| Index: ash/wm/toplevel_window_event_handler_unittest.cc
|
| diff --git a/ash/wm/toplevel_window_event_handler_unittest.cc b/ash/wm/toplevel_window_event_handler_unittest.cc
|
| index 3581f69a3bd2f3d9937dd9b0cf4a708bbba20541..f2d3655fc0a435c85a416d753aa1c9a2bb22db52 100644
|
| --- a/ash/wm/toplevel_window_event_handler_unittest.cc
|
| +++ b/ash/wm/toplevel_window_event_handler_unittest.cc
|
| @@ -4,9 +4,6 @@
|
|
|
| #include "ash/wm/toplevel_window_event_handler.h"
|
|
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm/workspace_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| @@ -14,8 +11,11 @@
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/wm/resize_shadow.h"
|
| #include "ash/wm/resize_shadow_controller.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| +#include "ash/wm/wm_event.h"
|
| +#include "ash/wm/workspace_controller.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
|
|