Index: chrome/browser/history/shortcuts_backend.h |
diff --git a/chrome/browser/history/shortcuts_backend.h b/chrome/browser/history/shortcuts_backend.h |
index 7e46aceceafd345adc7a726d8cdb1448610be757..b745f0ab391df33f53470ed73fa36068fc331b23 100644 |
--- a/chrome/browser/history/shortcuts_backend.h |
+++ b/chrome/browser/history/shortcuts_backend.h |
@@ -31,7 +31,7 @@ class ShortcutsDatabase; |
// This class manages the shortcut provider backend - access to database on the |
// db thread, etc. |
-class ShortcutsBackend : public RefcountedProfileKeyedService, |
+class ShortcutsBackend : public RefcountedBrowserContextKeyedService, |
public content::NotificationObserver { |
public: |
// The following struct encapsulates one previously selected omnibox shortcut. |
@@ -142,7 +142,7 @@ class ShortcutsBackend : public RefcountedProfileKeyedService, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
- // RefcountedProfileKeyedService |
+ // RefcountedBrowserContextKeyedService |
virtual void ShutdownOnUIThread() OVERRIDE; |
enum CurrentState { |