| Index: ash/common/wm/window_cycle_controller.cc
|
| diff --git a/ash/wm/window_cycle_controller.cc b/ash/common/wm/window_cycle_controller.cc
|
| similarity index 96%
|
| rename from ash/wm/window_cycle_controller.cc
|
| rename to ash/common/wm/window_cycle_controller.cc
|
| index b487fe5183ddb19bfe63ba34f00664d192ed4703..6135f600aa34ceb59e4e0db89ed6bcd3abe0e9b7 100644
|
| --- a/ash/wm/window_cycle_controller.cc
|
| +++ b/ash/common/wm/window_cycle_controller.cc
|
| @@ -2,15 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/window_cycle_controller.h"
|
| +#include "ash/common/wm/window_cycle_controller.h"
|
|
|
| #include "ash/common/metrics/task_switch_source.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/wm/mru_window_tracker.h"
|
| #include "ash/common/wm/window_cycle_event_filter.h"
|
| +#include "ash/common/wm/window_cycle_list.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/shell.h"
|
| -#include "ash/wm/window_cycle_list.h"
|
| #include "base/metrics/histogram.h"
|
|
|
| namespace ash {
|
|
|