Index: ash/wm/gestures/long_press_affordance_handler.h |
diff --git a/ash/wm/gestures/long_press_affordance_handler.h b/ash/wm/gestures/long_press_affordance_handler.h |
index a98834e84359390444a4c443d05df41a3b785aba..1ba1793d56c041d2877dc1d71e8e647ab232d104 100644 |
--- a/ash/wm/gestures/long_press_affordance_handler.h |
+++ b/ash/wm/gestures/long_press_affordance_handler.h |
@@ -60,7 +60,7 @@ class LongPressAffordanceHandler : public gfx::LinearAnimation, |
scoped_ptr<LongPressAffordanceView> view_; |
gfx::Point tap_down_location_; |
- base::OneShotTimer<LongPressAffordanceHandler> timer_; |
+ base::OneShotTimer timer_; |
aura::Window* tap_down_target_; |
LongPressAnimationType current_animation_type_; |