diff --git a/components/power_bookmarks/core/power_bookmark_service.cc b/components/power_bookmarks/core/power_bookmark_service.cc index 7b9b35a5d..463fbbf35 100644 --- a/components/power_bookmarks/core/power_bookmark_service.cc +++ b/components/power_bookmarks/core/power_bookmark_service.cc @@ -4,6 +4,8 @@ #include "components/power_bookmarks/core/power_bookmark_service.h" +#include + namespace power_bookmarks { PowerBookmarkService::PowerBookmarkService() = default; @@ -22,4 +24,4 @@ void PowerBookmarkService::RemoveDataProvider( data_providers_.erase(it); } -} // namespace power_bookmarks \ No newline at end of file +} // namespace power_bookmarks