Index: ash/wm/window_modality_controller.h |
diff --git a/ash/wm/window_modality_controller.h b/ash/wm/window_modality_controller.h |
index 614eb92d07e99ba95439e156ce0d895a784596e1..05ac6bb762a8205034bf6648c10f690e95b12210 100644 |
--- a/ash/wm/window_modality_controller.h |
+++ b/ash/wm/window_modality_controller.h |
@@ -44,7 +44,7 @@ class WindowModalityController : public aura::EventFilter, |
ui::MouseEvent* event) OVERRIDE; |
virtual ui::TouchStatus PreHandleTouchEvent( |
aura::Window* target, |
- ui::TouchEventImpl* event) OVERRIDE; |
+ ui::TouchEvent* event) OVERRIDE; |
virtual ui::GestureStatus PreHandleGestureEvent( |
aura::Window* target, |
ui::GestureEventImpl* event) OVERRIDE; |