diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 20:21:17 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 20:21:17 +0000 |
commit | 9eec53fe1841f7ae4d5684074fc3118ef66bb943 (patch) | |
tree | bb2fe9582ddb8569bcb0b390cc2c45d4e61e30ca /chrome/browser/notifications | |
parent | d39bf7539abbc238e8e5a73937b9531feeabb530 (diff) | |
download | chromium_src-9eec53fe1841f7ae4d5684074fc3118ef66bb943.zip chromium_src-9eec53fe1841f7ae4d5684074fc3118ef66bb943.tar.gz chromium_src-9eec53fe1841f7ae4d5684074fc3118ef66bb943.tar.bz2 |
Move ScopedUserPrefUpdate to base/prefs.
Move this outside of Chrome to enable moving ExtensionPrefs
to the top-level extensions/ directory.
BUG=313284
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/46073004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/desktop_notification_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc index 5b2e7f3..9ff4d45 100644 --- a/chrome/browser/notifications/desktop_notification_service.cc +++ b/chrome/browser/notifications/desktop_notification_service.cc @@ -5,6 +5,7 @@ #include "chrome/browser/notifications/desktop_notification_service.h" #include "base/metrics/histogram.h" +#include "base/prefs/scoped_user_pref_update.h" #include "base/strings/utf_string_conversions.h" #include "base/threading/thread.h" #include "chrome/browser/browser_process.h" @@ -25,7 +26,6 @@ #include "chrome/browser/notifications/notification_ui_manager.h" #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service.h" #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h" -#include "chrome/browser/prefs/scoped_user_pref_update.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/browser.h" #include "chrome/common/content_settings.h" |