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

Unified Diff: chrome/browser/ui/ash/chrome_launcher_prefs.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
Index: chrome/browser/ui/ash/chrome_launcher_prefs.h
diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.h b/chrome/browser/ui/ash/chrome_launcher_prefs.h
index b924d2d7373dbb40b72c0adba50e7a8e4a8f4c5e..1ec582a0ba135497deaeac9504cba5d32412f1b4 100644
--- a/chrome/browser/ui/ash/chrome_launcher_prefs.h
+++ b/chrome/browser/ui/ash/chrome_launcher_prefs.h
@@ -11,7 +11,7 @@
#include "ash/public/cpp/shelf_types.h"
#include "base/macros.h"
-#include "components/syncable_prefs/pref_service_syncable_observer.h"
+#include "components/sync_preferences/pref_service_syncable_observer.h"
class LauncherControllerHelper;
class PrefService;
@@ -21,7 +21,7 @@ namespace base {
class DictionaryValue;
}
-namespace syncable_prefs {
+namespace sync_preferences {
class PrefServiceSyncable;
}
@@ -123,7 +123,7 @@ void SetPinPosition(Profile* profile,
// Used to propagate remote preferences to local during the first run.
class ChromeLauncherPrefsObserver
- : public syncable_prefs::PrefServiceSyncableObserver {
+ : public sync_preferences::PrefServiceSyncableObserver {
public:
// Creates and returns an instance of ChromeLauncherPrefsObserver if the
// profile prefs do not contain all the necessary local settings for the
@@ -135,13 +135,13 @@ class ChromeLauncherPrefsObserver
private:
explicit ChromeLauncherPrefsObserver(
- syncable_prefs::PrefServiceSyncable* prefs);
+ sync_preferences::PrefServiceSyncable* prefs);
- // syncable_prefs::PrefServiceSyncableObserver:
+ // sync_preferences::PrefServiceSyncableObserver:
void OnIsSyncingChanged() override;
// Profile prefs. Not owned.
- syncable_prefs::PrefServiceSyncable* prefs_;
+ sync_preferences::PrefServiceSyncable* prefs_;
DISALLOW_COPY_AND_ASSIGN(ChromeLauncherPrefsObserver);
};
« no previous file with comments | « chrome/browser/ui/app_list/speech_auth_helper_unittest.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698