Index: chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc |
diff --git a/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc b/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc |
index 90a21b8105551bfe749362ee611b002f45bfea21..ef3a11aac95801fa322067a070f7e8ebbadd25f2 100644 |
--- a/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc |
+++ b/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc |
@@ -15,14 +15,14 @@ |
#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/chromeos/policy/recommendation_restorer_factory.h" |
#include "chrome/browser/prefs/browser_prefs.h" |
-#include "chrome/browser/prefs/pref_service_syncable.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_browser_process.h" |
-#include "chrome/test/base/testing_pref_service_syncable.h" |
#include "chrome/test/base/testing_profile.h" |
#include "chrome/test/base/testing_profile_manager.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/notification_details.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_source.h" |