diff options
Diffstat (limited to 'apps/shortcut_manager_factory.h')
-rw-r--r-- | apps/shortcut_manager_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcut_manager_factory.h b/apps/shortcut_manager_factory.h index 001bb61..7f928e3 100644 --- a/apps/shortcut_manager_factory.h +++ b/apps/shortcut_manager_factory.h @@ -5,7 +5,7 @@ #ifndef APPS_SHORTCUT_MANAGER_FACTORY_H_ #define APPS_SHORTCUT_MANAGER_FACTORY_H_ -#include "chrome/browser/profiles/profile_keyed_service_factory.h" +#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h" template<typename Type> struct DefaultSingletonTraits; |