Index: trunk/src/chrome/browser/extensions/shell_window_registry.cc |
=================================================================== |
--- trunk/src/chrome/browser/extensions/shell_window_registry.cc (revision 215780) |
+++ trunk/src/chrome/browser/extensions/shell_window_registry.cc (working copy) |
@@ -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" |