| Index: ash/common/focus_cycler.cc
|
| diff --git a/ash/focus_cycler.cc b/ash/common/focus_cycler.cc
|
| similarity index 96%
|
| rename from ash/focus_cycler.cc
|
| rename to ash/common/focus_cycler.cc
|
| index b858307ef7bbdc9e214025d6471b65aa15139f81..47ef19b8f46fd2e100b971670cf65d31b644e6cd 100644
|
| --- a/ash/focus_cycler.cc
|
| +++ b/ash/common/focus_cycler.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/focus_cycler.h"
|
| +#include "ash/common/focus_cycler.h"
|
|
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/wm/mru_window_tracker.h"
|
| #include "ash/wm/window_state.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "ui/views/accessible_pane_view.h"
|
| #include "ui/views/focus/focus_search.h"
|
| #include "ui/views/widget/widget.h"
|
|
|