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

Unified Diff: chrome/browser/notifications/extension_welcome_notification.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/notifications/extension_welcome_notification.h
diff --git a/chrome/browser/notifications/extension_welcome_notification.h b/chrome/browser/notifications/extension_welcome_notification.h
index 41bb4285392f760e25fd2cfe8418ac2f1243a436..8cec18093a6a191635f3ac670e30ad054e6a5538 100644
--- a/chrome/browser/notifications/extension_welcome_notification.h
+++ b/chrome/browser/notifications/extension_welcome_notification.h
@@ -12,7 +12,7 @@
#include "base/timer/timer.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/prefs/pref_member.h"
-#include "components/syncable_prefs/pref_service_syncable_observer.h"
+#include "components/sync_preferences/pref_service_syncable_observer.h"
#include "ui/message_center/notifier_settings.h"
namespace base {
@@ -44,7 +44,7 @@ class Profile;
// This class expects to be created and called from the UI thread.
class ExtensionWelcomeNotification
: public KeyedService,
- public syncable_prefs::PrefServiceSyncableObserver {
+ public sync_preferences::PrefServiceSyncableObserver {
public:
// Allows for overriding global calls.
class Delegate {
@@ -77,7 +77,7 @@ class ExtensionWelcomeNotification
static ExtensionWelcomeNotification* Create(Profile* const profile,
Delegate* const delegate);
- // syncable_prefs::PrefServiceSyncableObserver
+ // sync_preferences::PrefServiceSyncableObserver
void OnIsSyncingChanged() override;
// Adds in the welcome notification if required for components built
« no previous file with comments | « chrome/browser/net/chrome_network_delegate_unittest.cc ('k') | chrome/browser/notifications/extension_welcome_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698