diff options
Diffstat (limited to 'apps/shell_window_registry.cc')
-rw-r--r-- | apps/shell_window_registry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shell_window_registry.cc b/apps/shell_window_registry.cc index c44b924..b72c131 100644 --- a/apps/shell_window_registry.cc +++ b/apps/shell_window_registry.cc @@ -7,7 +7,6 @@ #include "apps/shell_window_registry.h" #include "apps/ui/native_app_window.h" #include "chrome/browser/profiles/incognito_helpers.h" -#include "chrome/common/extensions/extension.h" #include "components/browser_context_keyed_service/browser_context_dependency_manager.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/devtools_agent_host.h" @@ -16,6 +15,7 @@ #include "content/public/browser/render_view_host.h" #include "content/public/browser/site_instance.h" #include "content/public/browser/web_contents.h" +#include "extensions/common/extension.h" namespace { |