| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index 8818e3cbdd393d96889b57860a3bdf4eaa865c69..61338662012618c339034414e70f409411864a7d 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -9,8 +9,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"
|
| @@ -30,6 +28,8 @@
|
| #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 "base/memory/ptr_util.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "services/service_manager/public/cpp/connector.h"
|
|
|