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

Unified Diff: ios/chrome/browser/browser_state/chrome_browser_state.h

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/BUILD.gn ('k') | ios/chrome/browser/browser_state/chrome_browser_state.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state/chrome_browser_state.h
diff --git a/ios/chrome/browser/browser_state/chrome_browser_state.h b/ios/chrome/browser/browser_state/chrome_browser_state.h
index 31548b912ce1939f09463a194119e870c5ad5f93..1295a4c197499e9dac4b98f09b6f155f02e37c42 100644
--- a/ios/chrome/browser/browser_state/chrome_browser_state.h
+++ b/ios/chrome/browser/browser_state/chrome_browser_state.h
@@ -33,7 +33,7 @@ class SSLConfigService;
class URLRequestInterceptor;
}
-namespace syncable_prefs {
+namespace sync_preferences {
class PrefServiceSyncable;
}
@@ -96,8 +96,8 @@ class ChromeBrowserState : public web::BrowserState {
virtual ChromeBrowserStateIOData* GetIOData() = 0;
// Retrieves a pointer to the PrefService that manages the preferences as
- // a syncable_prefs::PrefServiceSyncable.
- virtual syncable_prefs::PrefServiceSyncable* GetSyncablePrefs();
+ // a sync_preferences::PrefServiceSyncable.
+ virtual sync_preferences::PrefServiceSyncable* GetSyncablePrefs();
// Deletes all network related data since |time|. It deletes transport
// security state since |time| and it also deletes HttpServerProperties data.
« no previous file with comments | « ios/chrome/browser/browser_state/BUILD.gn ('k') | ios/chrome/browser/browser_state/chrome_browser_state.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698