Index: apps/shell_window_registry.cc |
diff --git a/apps/shell_window_registry.cc b/apps/shell_window_registry.cc |
index c44b924dddd89b276a2dd77811a489fb9f4bf081..b72c1314dd19ec5e542bd2bfc273940c87c11da3 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 { |