diff options
author | sdefresne <sdefresne@chromium.org> | 2015-09-18 02:47:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-18 09:48:29 +0000 |
commit | 50c1e529587af459c14828ebe48d2e018d4b8e98 (patch) | |
tree | fce899626a1def4c171c4e348101d67746058eca /chrome/browser/notifications/extension_welcome_notification.h | |
parent | c956799bbab4a8ef3c3f223f5179847a89d2eda1 (diff) | |
download | chromium_src-50c1e529587af459c14828ebe48d2e018d4b8e98.zip chromium_src-50c1e529587af459c14828ebe48d2e018d4b8e98.tar.gz chromium_src-50c1e529587af459c14828ebe48d2e018d4b8e98.tar.bz2 |
Add syncable_prefs namespace.
Move all the code in the syncable_prefs components into the namespace
syncable_prefs and fix usage.
Change automated with tools/git/mffr.py with manual fixes for the
class forward-declaration.
BUG=520542
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/1353913003
Cr-Commit-Position: refs/heads/master@{#349638}
Diffstat (limited to 'chrome/browser/notifications/extension_welcome_notification.h')
-rw-r--r-- | chrome/browser/notifications/extension_welcome_notification.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/notifications/extension_welcome_notification.h b/chrome/browser/notifications/extension_welcome_notification.h index 00bc40c..728a1b9 100644 --- a/chrome/browser/notifications/extension_welcome_notification.h +++ b/chrome/browser/notifications/extension_welcome_notification.h @@ -41,8 +41,9 @@ class Profile; // connectivity. // // This class expects to be created and called from the UI thread. -class ExtensionWelcomeNotification : public KeyedService, - public PrefServiceSyncableObserver { +class ExtensionWelcomeNotification + : public KeyedService, + public syncable_prefs::PrefServiceSyncableObserver { public: // Allows for overriding global calls. class Delegate { @@ -75,7 +76,7 @@ class ExtensionWelcomeNotification : public KeyedService, static ExtensionWelcomeNotification* Create(Profile* const profile, Delegate* const delegate); - // PrefServiceSyncableObserver + // syncable_prefs::PrefServiceSyncableObserver void OnIsSyncingChanged() override; // Adds in the welcome notification if required for components built |