diff options
Diffstat (limited to 'apps/shortcut_manager.h')
-rw-r--r-- | apps/shortcut_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcut_manager.h b/apps/shortcut_manager.h index 2573f45..a0efb82 100644 --- a/apps/shortcut_manager.h +++ b/apps/shortcut_manager.h @@ -16,7 +16,7 @@ class Profile; namespace apps { // This class manages the installation of shortcuts for platform apps. -class ShortcutManager : public ProfileKeyedService, +class ShortcutManager : public BrowserContextKeyedService, public content::NotificationObserver { public: explicit ShortcutManager(Profile* profile); |