| Index: ash/wm/immersive_fullscreen_controller.h
|
| diff --git a/ash/wm/immersive_fullscreen_controller.h b/ash/wm/immersive_fullscreen_controller.h
|
| index 773c5eca63082ad216ffdfebf31c7b18b70befa8..7352bf0071a0b968906c63e7740166ac93256429 100644
|
| --- a/ash/wm/immersive_fullscreen_controller.h
|
| +++ b/ash/wm/immersive_fullscreen_controller.h
|
| @@ -259,7 +259,7 @@ class ASH_EXPORT ImmersiveFullscreenController
|
| int revealed_lock_count_;
|
|
|
| // Timer to track cursor being held at the top edge of the screen.
|
| - base::OneShotTimer<ImmersiveFullscreenController> top_edge_hover_timer_;
|
| + base::OneShotTimer top_edge_hover_timer_;
|
|
|
| // The cursor x position in screen coordinates when the cursor first hit the
|
| // top edge of the screen.
|
|
|