| Index: ash/wm/workspace/workspace_window_resizer.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer.cc b/ash/wm/workspace/workspace_window_resizer.cc
|
| index e9b7760e34ae4695b848c0ebef06edf08f159442..208b400bb5b7fd23fa3f04aebb8967f5266a7a7e 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer.cc
|
| @@ -9,7 +9,9 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#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/metrics/user_metrics_action.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| @@ -24,8 +26,6 @@
|
| #include "ash/wm/wm_screen_util.h"
|
| #include "ash/wm/workspace/phantom_window_controller.h"
|
| #include "ash/wm/workspace/two_step_edge_cycler.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ui/base/hit_test.h"
|
|
|