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

Unified Diff: chrome/browser/profiles/profile_impl.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 | « chrome/browser/profiles/profile_destroyer_unittest.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 263c49956c49f4ba4cad047370baeda93c4c56af..b5d7c78318f00ebf4a616f0fc80455b43d50869d 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -58,7 +58,7 @@ namespace ssl_config {
class SSLConfigServiceManager;
}
-namespace syncable_prefs {
+namespace sync_preferences {
class PrefServiceSyncable;
}
@@ -222,8 +222,8 @@ class ProfileImpl : public Profile {
// |io_data_| and others store pointers to |prefs_| and shall be destructed
// first.
scoped_refptr<user_prefs::PrefRegistrySyncable> pref_registry_;
- std::unique_ptr<syncable_prefs::PrefServiceSyncable> prefs_;
- std::unique_ptr<syncable_prefs::PrefServiceSyncable> otr_prefs_;
+ std::unique_ptr<sync_preferences::PrefServiceSyncable> prefs_;
+ std::unique_ptr<sync_preferences::PrefServiceSyncable> otr_prefs_;
ProfileImplIOData::Handle io_data_;
#if defined(ENABLE_EXTENSIONS)
scoped_refptr<ExtensionSpecialStoragePolicy>
« no previous file with comments | « chrome/browser/profiles/profile_destroyer_unittest.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698