Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
index 586c3a959948737a4b195d3a93cc713a2f3f9906..91a78cb03b37f0318c22e3577e5004609b367152 100644 |
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
@@ -5,8 +5,6 @@ |
#include <string> |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/display/screen_orientation_controller_chromeos.h" |
#include "ash/shared/app_types.h" |
#include "ash/shelf/shelf_delegate.h" |
@@ -16,6 +14,8 @@ |
#include "ash/wm/window_state.h" |
#include "ash/wm/window_state_aura.h" |
#include "ash/wm/window_util.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/bind.h" |
#include "base/memory/ptr_util.h" |
#include "chrome/browser/chromeos/arc/arc_support_host.h" |