diff options
Diffstat (limited to 'ui/events/gesture_detection/gesture_detector.cc')
-rw-r--r-- | ui/events/gesture_detection/gesture_detector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/events/gesture_detection/gesture_detector.cc b/ui/events/gesture_detection/gesture_detector.cc index 4180eb3..7ea0a3e 100644 --- a/ui/events/gesture_detection/gesture_detector.cc +++ b/ui/events/gesture_detection/gesture_detector.cc @@ -103,7 +103,7 @@ class GestureDetector::TimeoutGestureHandler { typedef void (GestureDetector::*ReceiverMethod)(); GestureDetector* const gesture_detector_; - base::OneShotTimer<GestureDetector> timeout_timers_[TIMEOUT_EVENT_COUNT]; + base::OneShotTimer timeout_timers_[TIMEOUT_EVENT_COUNT]; ReceiverMethod timeout_callbacks_[TIMEOUT_EVENT_COUNT]; base::TimeDelta timeout_delays_[TIMEOUT_EVENT_COUNT]; }; |