Index: ui/chromeos/touch_exploration_controller.h |
diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h |
index ea46fd5647e9c5aef4067e6277aadf228070d421..d023ec9ec2b4e525843c52b67e67bf775afee2af 100644 |
--- a/ui/chromeos/touch_exploration_controller.h |
+++ b/ui/chromeos/touch_exploration_controller.h |
@@ -436,13 +436,13 @@ class UI_CHROMEOS_EXPORT TouchExplorationController |
scoped_ptr<ui::TouchEvent> last_touch_exploration_; |
// A timer that fires after the double-tap delay. |
- base::OneShotTimer<TouchExplorationController> tap_timer_; |
+ base::OneShotTimer tap_timer_; |
// A timer that fires to enter passthrough. |
- base::OneShotTimer<TouchExplorationController> passthrough_timer_; |
+ base::OneShotTimer passthrough_timer_; |
// A timer to fire an indicating sound when sliding to change volume. |
- base::RepeatingTimer<TouchExplorationController> sound_timer_; |
+ base::RepeatingTimer sound_timer_; |
// A default gesture detector config, so we can share the same |
// timeout and pixel slop constants. |