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..cdcc9e286a73f5633f92864d4851cb8738524dfc 100644 |
--- a/ash/mus/top_level_window_factory.cc |
+++ b/ash/mus/top_level_window_factory.cc |
@@ -4,8 +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" |
@@ -16,6 +14,8 @@ |
#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 "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" |