Index: chrome/browser/extensions/extension_service_unittest.cc |
diff --git a/chrome/browser/extensions/extension_service_unittest.cc b/chrome/browser/extensions/extension_service_unittest.cc |
index 368f1af09ae6b074ec545c759d42a79fcee98bec..fa027ac7e500ff145e46192bd94c72e71533a505 100644 |
--- a/chrome/browser/extensions/extension_service_unittest.cc |
+++ b/chrome/browser/extensions/extension_service_unittest.cc |
@@ -66,7 +66,6 @@ |
#include "chrome/browser/extensions/updater/extension_updater.h" |
#include "chrome/browser/policy/profile_policy_connector.h" |
#include "chrome/browser/policy/profile_policy_connector_factory.h" |
-#include "chrome/browser/prefs/pref_service_syncable.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/common/chrome_constants.h" |
@@ -78,10 +77,11 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
#include "chrome/test/base/scoped_browser_locale.h" |
-#include "chrome/test/base/testing_pref_service_syncable.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/crx_file/id_util.h" |
#include "components/pref_registry/pref_registry_syncable.h" |
+#include "components/syncable_prefs/pref_service_syncable.h" |
+#include "components/syncable_prefs/testing_pref_service_syncable.h" |
#include "content/public/browser/dom_storage_context.h" |
#include "content/public/browser/gpu_data_manager.h" |
#include "content/public/browser/indexed_db_context.h" |