Index: ash/wm/user_activity_detector.cc |
diff --git a/ash/wm/user_activity_detector.cc b/ash/wm/user_activity_detector.cc |
index c2c5d1a971cded7ed0a471b4e72d2fcd6fa33116..ad4dcf5edd496766c713db0ecb81c3b887415a31 100644 |
--- a/ash/wm/user_activity_detector.cc |
+++ b/ash/wm/user_activity_detector.cc |
@@ -58,7 +58,7 @@ ui::TouchStatus UserActivityDetector::PreHandleTouchEvent( |
ui::GestureStatus UserActivityDetector::PreHandleGestureEvent( |
aura::Window* target, |
- ui::GestureEventImpl* event) { |
+ ui::GestureEvent* event) { |
if (!GetRootWindowController(target->GetRootWindow())) |
return ui::GESTURE_STATUS_CONSUMED; |
MaybeNotify(); |