Index: components/browser_sync/browser/profile_sync_components_factory_impl.cc |
diff --git a/components/browser_sync/browser/profile_sync_components_factory_impl.cc b/components/browser_sync/browser/profile_sync_components_factory_impl.cc |
index 69bf5581d0da3b54648b4ad783d88eb74986f543..36896a98003d6bf24fe5f7d749cf17d1df772aae 100644 |
--- a/components/browser_sync/browser/profile_sync_components_factory_impl.cc |
+++ b/components/browser_sync/browser/profile_sync_components_factory_impl.cc |
@@ -8,7 +8,6 @@ |
#include "base/command_line.h" |
#include "base/memory/ref_counted.h" |
-#include "base/prefs/pref_service.h" |
#include "build/build_config.h" |
#include "components/autofill/core/browser/autofill_wallet_data_type_controller.h" |
#include "components/autofill/core/browser/webdata/autofill_data_type_controller.h" |
@@ -23,6 +22,7 @@ |
#include "components/history/core/browser/typed_url_data_type_controller.h" |
#include "components/password_manager/core/browser/password_store.h" |
#include "components/password_manager/sync/browser/password_data_type_controller.h" |
+#include "components/prefs/pref_service.h" |
#include "components/sync_bookmarks/bookmark_change_processor.h" |
#include "components/sync_bookmarks/bookmark_data_type_controller.h" |
#include "components/sync_bookmarks/bookmark_model_associator.h" |