| Index: ash/common/wm/window_cycle_list.h
|
| diff --git a/ash/common/wm/window_cycle_list.h b/ash/common/wm/window_cycle_list.h
|
| index 49a98dcbfc16858b250ca6d3569c83fafce11a1e..0557396e7ae6e2200eaa5c2d402ab504bfe25e09 100644
|
| --- a/ash/common/wm/window_cycle_list.h
|
| +++ b/ash/common/wm/window_cycle_list.h
|
| @@ -95,7 +95,7 @@ class ASH_EXPORT WindowCycleList : public WmWindowObserver,
|
| WindowCycleView* cycle_view_;
|
|
|
| // The widget that hosts the window cycle UI.
|
| - std::unique_ptr<views::Widget> cycle_ui_widget_;
|
| + views::Widget* cycle_ui_widget_;
|
|
|
| // The window list will dismiss if the display metrics change.
|
| ScopedObserver<display::Screen, display::DisplayObserver> screen_observer_;
|
|
|