Index: ash/mus/window_manager.cc |
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc |
index 8818e3cbdd393d96889b57860a3bdf4eaa865c69..3d181dcd37d6f597876e59c88ebe234be66686de 100644 |
--- a/ash/mus/window_manager.cc |
+++ b/ash/mus/window_manager.cc |
@@ -8,10 +8,6 @@ |
#include <utility> |
-#include "ash/common/session/session_controller.h" |
-#include "ash/common/wm/container_finder.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm_window.h" |
#include "ash/mus/accelerators/accelerator_handler.h" |
#include "ash/mus/accelerators/accelerator_ids.h" |
#include "ash/mus/bridge/wm_shell_mus.h" |
@@ -27,9 +23,13 @@ |
#include "ash/public/cpp/window_properties.h" |
#include "ash/root_window_controller.h" |
#include "ash/root_window_settings.h" |
+#include "ash/session/session_controller.h" |
#include "ash/shell.h" |
#include "ash/shell_init_params.h" |
#include "ash/wm/ash_focus_rules.h" |
+#include "ash/wm/container_finder.h" |
+#include "ash/wm/window_state.h" |
+#include "ash/wm_window.h" |
#include "base/memory/ptr_util.h" |
#include "base/threading/sequenced_worker_pool.h" |
#include "services/service_manager/public/cpp/connector.h" |