Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.mm

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/browser_state/test_chrome_browser_state.mm ('k') | ios/chrome/browser/prefs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « ios/chrome/browser/browser_state/test_chrome_browser_state.mm ('k') | ios/chrome/browser/prefs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698