| Index: ash/wm/window_cycle_list.h
|
| diff --git a/ash/wm/window_cycle_list.h b/ash/wm/window_cycle_list.h
|
| index bbc064811b45b3d43f693566c3cb3b16a6083537..7f7eade1cc11f9cffbf86a018151022b505300e1 100644
|
| --- a/ash/wm/window_cycle_list.h
|
| +++ b/ash/wm/window_cycle_list.h
|
| @@ -16,6 +16,10 @@
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/display/display_observer.h"
|
|
|
| +namespace aura {
|
| +class Window;
|
| +}
|
| +
|
| namespace display {
|
| class Screen;
|
| }
|
| @@ -33,7 +37,7 @@ class WindowCycleView;
|
| class ASH_EXPORT WindowCycleList : public aura::WindowObserver,
|
| public display::DisplayObserver {
|
| public:
|
| - using WindowList = std::vector<WmWindow*>;
|
| + using WindowList = std::vector<aura::Window*>;
|
|
|
| explicit WindowCycleList(const WindowList& windows);
|
| ~WindowCycleList() override;
|
|
|