| Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| index cd51d37e90afaf40d86bcb6ca1e0f45b8778b8d8..992bf67ca3f6b93ea5d0ed7fa95636bf8a10ca06 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| @@ -4,7 +4,9 @@
|
|
|
| #include "ash/wm/workspace/workspace_window_resizer.h"
|
|
|
| -#include "ash/ash_switches.h"
|
| +#include "ash/common/ash_switches.h"
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/screen_util.h"
|
| #include "ash/shelf/shelf_constants.h"
|
| @@ -18,8 +20,6 @@
|
| #include "ash/wm/wm_event.h"
|
| #include "ash/wm/workspace/phantom_window_controller.h"
|
| #include "ash/wm/workspace_controller.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "base/command_line.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
|
|