| Index: apps/shortcut_manager.h
|
| diff --git a/apps/shortcut_manager.h b/apps/shortcut_manager.h
|
| index 2573f45d8dc0d7d5efc3c930999a1c568967da3b..a0efb822c183728afce6f717285a99238dccfffa 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);
|
|
|