Index: chrome/browser/apps/app_browsertest.cc |
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc |
index c859db2d77b080d2836893ab9d4e0ceffd4068be..578c1549e23fd9bf2feeae0ce4d6bebb9ab06346 100644 |
--- a/chrome/browser/apps/app_browsertest.cc |
+++ b/chrome/browser/apps/app_browsertest.cc |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "apps/app_window.h" |
-#include "apps/app_window_registry.h" |
#include "apps/launcher.h" |
#include "base/bind.h" |
#include "base/command_line.h" |
@@ -37,6 +35,8 @@ |
#include "content/public/browser/render_process_host.h" |
#include "content/public/browser/render_widget_host_view.h" |
#include "content/public/test/test_utils.h" |
+#include "extensions/browser/app_window/app_window.h" |
+#include "extensions/browser/app_window/app_window_registry.h" |
#include "extensions/browser/app_window/native_app_window.h" |
#include "extensions/browser/event_router.h" |
#include "extensions/browser/extension_prefs.h" |
@@ -55,8 +55,6 @@ |
#include "chromeos/dbus/fake_power_manager_client.h" |
#endif |
-using apps::AppWindow; |
-using apps::AppWindowRegistry; |
using content::WebContents; |
using web_modal::WebContentsModalDialogManager; |