| 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 cdcc9e286a73f5633f92864d4851cb8738524dfc..0173086fb3a85396c4844a6d2ef8673704c377d2 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_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 +14,8 @@
|
| #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"
|
|
|