Index: ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm |
diff --git a/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm b/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm |
index 100c7b131527040b361e33114eadc5ee7bf1a866..9bf55a2658bed176c67f34bed4d09a7058a08dc3 100644 |
--- a/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm |
+++ b/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm |
@@ -5,7 +5,7 @@ |
#include "ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.h" |
#include "base/logging.h" |
-#include "components/syncable_prefs/pref_service_syncable.h" |
+#include "components/sync_preferences/pref_service_syncable.h" |
#include "ios/web/public/web_thread.h" |
#include "net/url_request/url_request_test_util.h" |
@@ -13,7 +13,7 @@ TestChromeBrowserStateWithIsolatedContext:: |
TestChromeBrowserStateWithIsolatedContext() |
: TestChromeBrowserState( |
base::FilePath(), |
- std::unique_ptr<syncable_prefs::PrefServiceSyncable>(), |
+ std::unique_ptr<sync_preferences::PrefServiceSyncable>(), |
TestingFactories(), |
RefcountedTestingFactories()), |
main_context_called_(false), |