| Index: ash/wm/window_cycle_list.h
|
| diff --git a/ash/common/wm/window_cycle_list.h b/ash/wm/window_cycle_list.h
|
| similarity index 94%
|
| rename from ash/common/wm/window_cycle_list.h
|
| rename to ash/wm/window_cycle_list.h
|
| index 36e89409d219607e615592b1c3b288cdd80da829..bbc064811b45b3d43f693566c3cb3b16a6083537 100644
|
| --- a/ash/common/wm/window_cycle_list.h
|
| +++ b/ash/wm/window_cycle_list.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_WM_WINDOW_CYCLE_LIST_H_
|
| -#define ASH_COMMON_WM_WINDOW_CYCLE_LIST_H_
|
| +#ifndef ASH_WM_WINDOW_CYCLE_LIST_H_
|
| +#define ASH_WM_WINDOW_CYCLE_LIST_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/window_cycle_controller.h"
|
| +#include "ash/wm/window_cycle_controller.h"
|
| #include "base/macros.h"
|
| #include "base/scoped_observer.h"
|
| #include "base/timer/timer.h"
|
| @@ -107,4 +107,4 @@ class ASH_EXPORT WindowCycleList : public aura::WindowObserver,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WINDOW_CYCLE_LIST_H_
|
| +#endif // ASH_WM_WINDOW_CYCLE_LIST_H_
|
|
|