| Index: ash/common/wm/window_cycle_list.h
|
| diff --git a/ash/wm/window_cycle_list.h b/ash/common/wm/window_cycle_list.h
|
| similarity index 92%
|
| rename from ash/wm/window_cycle_list.h
|
| rename to ash/common/wm/window_cycle_list.h
|
| index a5495239fa7fec79869c161f790a7792cb3fcbb7..3ae21ae0f802db7ea5ad2066714ec01422b22698 100644
|
| --- a/ash/wm/window_cycle_list.h
|
| +++ b/ash/common/wm/window_cycle_list.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_WINDOW_CYCLE_LIST_H_
|
| -#define ASH_WM_WINDOW_CYCLE_LIST_H_
|
| +#ifndef ASH_COMMON_WM_WINDOW_CYCLE_LIST_H_
|
| +#define ASH_COMMON_WM_WINDOW_CYCLE_LIST_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| +#include "ash/common/wm/window_cycle_controller.h"
|
| #include "ash/common/wm_window_observer.h"
|
| -#include "ash/wm/window_cycle_controller.h"
|
| #include "base/macros.h"
|
|
|
| namespace views {
|
| @@ -77,4 +77,4 @@ class ASH_EXPORT WindowCycleList : public WmWindowObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_WINDOW_CYCLE_LIST_H_
|
| +#endif // ASH_COMMON_WM_WINDOW_CYCLE_LIST_H_
|
|
|