Index: chrome/browser/prefs/profile_pref_store_manager.cc |
diff --git a/chrome/browser/prefs/profile_pref_store_manager.cc b/chrome/browser/prefs/profile_pref_store_manager.cc |
index 11562dd19fd72c5a744d36e914facdbdcfd871a4..cfd5f9cd5f66e08928bd04d6a75121668c4c28cc 100644 |
--- a/chrome/browser/prefs/profile_pref_store_manager.cc |
+++ b/chrome/browser/prefs/profile_pref_store_manager.cc |
@@ -12,13 +12,13 @@ |
#include "base/json/json_file_value_serializer.h" |
#include "base/logging.h" |
#include "base/metrics/histogram.h" |
-#include "base/prefs/json_pref_store.h" |
-#include "base/prefs/persistent_pref_store.h" |
-#include "base/prefs/pref_registry_simple.h" |
#include "base/sequenced_task_runner.h" |
#include "build/build_config.h" |
#include "chrome/common/chrome_constants.h" |
#include "components/pref_registry/pref_registry_syncable.h" |
+#include "components/prefs/json_pref_store.h" |
+#include "components/prefs/persistent_pref_store.h" |
+#include "components/prefs/pref_registry_simple.h" |
#include "components/user_prefs/tracked/pref_hash_store_impl.h" |
#include "components/user_prefs/tracked/pref_service_hash_store_contents.h" |
#include "components/user_prefs/tracked/segregated_pref_store.h" |