| Index: ash/focus_cycler.cc
|
| diff --git a/ash/common/focus_cycler.cc b/ash/focus_cycler.cc
|
| similarity index 94%
|
| rename from ash/common/focus_cycler.cc
|
| rename to ash/focus_cycler.cc
|
| index 5ef50d4f8f6822e794a11110582a610e5bc41142..b858307ef7bbdc9e214025d6471b65aa15139f81 100644
|
| --- a/ash/common/focus_cycler.cc
|
| +++ b/ash/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/common/focus_cycler.h"
|
| +#include "ash/focus_cycler.h"
|
|
|
| -#include "ash/common/wm/mru_window_tracker.h"
|
| -#include "ash/common/wm/window_state.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"
|
|
|