Index: chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
index 3723793135e65d46f5498775d235c57149abe514..88d4e4af088004725b9a5f28e0eea135fb544708 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc |
@@ -14,7 +14,6 @@ |
#include "base/test/test_timeouts.h" |
#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/invalidation/profile_invalidation_provider_factory.h" |
-#include "chrome/browser/prefs/pref_service_syncable.h" |
#include "chrome/test/base/testing_browser_process.h" |
#include "chrome/test/base/testing_profile.h" |
#include "chrome/test/base/testing_profile_manager.h" |
@@ -25,6 +24,7 @@ |
#include "components/sync_driver/device_info.h" |
#include "components/sync_driver/sync_frontend.h" |
#include "components/sync_driver/sync_prefs.h" |
+#include "components/syncable_prefs/pref_service_syncable.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
#include "content/public/test/test_utils.h" |