Index: chrome/browser/extensions/shell_window_registry.cc |
diff --git a/chrome/browser/extensions/shell_window_registry.cc b/chrome/browser/extensions/shell_window_registry.cc |
index b9c939d1d090f9b86f7946149cf126bea8a5dc48..d4275af1c869ddcd8198d1f95c9e161a11715dfe 100644 |
--- a/chrome/browser/extensions/shell_window_registry.cc |
+++ b/chrome/browser/extensions/shell_window_registry.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "apps/native_app_window.h" |
#include "apps/shell_window.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/extensions/shell_window_registry.h" |
#include "chrome/browser/profiles/incognito_helpers.h" |
#include "chrome/browser/profiles/profile_manager.h" |
-#include "chrome/browser/ui/extensions/native_app_window.h" |
#include "chrome/common/extensions/extension.h" |
#include "components/browser_context_keyed_service/browser_context_dependency_manager.h" |
#include "content/public/browser/devtools_agent_host.h" |