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

Unified Diff: ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.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/prefs/BUILD.gn ('k') | ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h
diff --git a/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h b/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h
index 6b2cae876082c09c7d37432cc9fc0eca1ba61a3b..4f22da99a9dac760ca2fb689628447f9cf5a96f9 100644
--- a/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h
+++ b/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/macros.h"
-#include "components/syncable_prefs/pref_model_associator_client.h"
+#include "components/sync_preferences/pref_model_associator_client.h"
namespace base {
template <typename T>
@@ -16,7 +16,7 @@ struct DefaultSingletonTraits;
}
class IOSChromePrefModelAssociatorClient
- : public syncable_prefs::PrefModelAssociatorClient {
+ : public sync_preferences::PrefModelAssociatorClient {
public:
// Returns the global instance.
static IOSChromePrefModelAssociatorClient* GetInstance();
@@ -28,7 +28,7 @@ class IOSChromePrefModelAssociatorClient
IOSChromePrefModelAssociatorClient();
~IOSChromePrefModelAssociatorClient() override;
- // syncable_prefs::PrefModelAssociatorClient implementation.
+ // sync_preferences::PrefModelAssociatorClient implementation.
bool IsMergeableListPreference(const std::string& pref_name) const override;
bool IsMergeableDictionaryPreference(
const std::string& pref_name) const override;
« no previous file with comments | « ios/chrome/browser/prefs/BUILD.gn ('k') | ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698