Index: ui/views/touchui/touch_selection_controller_impl.h |
diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h |
index deafbd67619618bbf44ea1b91e9eeb13e451dcb5..d7ff0876de0688bf739c05a1d93d7e8b78b9376f 100644 |
--- a/ui/views/touchui/touch_selection_controller_impl.h |
+++ b/ui/views/touchui/touch_selection_controller_impl.h |
@@ -130,7 +130,7 @@ class VIEWS_EXPORT TouchSelectionControllerImpl |
// Timer to trigger quick menu (Quick menu is not shown if the selection |
// handles are being updated. It appears only when the handles are stationary |
// for a certain amount of time). |
- base::OneShotTimer<TouchSelectionControllerImpl> quick_menu_timer_; |
+ base::OneShotTimer quick_menu_timer_; |
// Pointer to the SelectionHandleView being dragged during a drag session. |
EditingHandleView* dragging_handle_; |