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 a1efa01..2573f45 100644 --- a/apps/shortcut_manager.h +++ b/apps/shortcut_manager.h @@ -6,8 +6,8 @@ #define APPS_SHORTCUT_MANAGER_H_ #include "base/memory/weak_ptr.h" -#include "chrome/browser/profiles/profile_keyed_service.h" #include "chrome/common/extensions/extension.h" +#include "components/browser_context_keyed_service/browser_context_keyed_service.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" |