Index: ash/mus/top_level_window_factory.cc |
diff --git a/ash/mus/top_level_window_factory.cc b/ash/mus/top_level_window_factory.cc |
index 602d0c31ae0100e46004804ef38be99979014592..0173086fb3a85396c4844a6d2ef8673704c377d2 100644 |
--- a/ash/mus/top_level_window_factory.cc |
+++ b/ash/mus/top_level_window_factory.cc |
@@ -4,10 +4,6 @@ |
#include "ash/mus/top_level_window_factory.h" |
-#include "ash/common/wm/container_finder.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/mus/disconnected_app_handler.h" |
#include "ash/mus/frame/detached_title_area_renderer.h" |
#include "ash/mus/non_client_frame_controller.h" |
@@ -16,6 +12,10 @@ |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
#include "ash/root_window_settings.h" |
+#include "ash/wm/container_finder.h" |
+#include "ash/wm/window_state.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "mojo/public/cpp/bindings/type_converter.h" |
#include "services/ui/public/cpp/property_type_converters.h" |
#include "services/ui/public/interfaces/window_manager.mojom.h" |