Index: ash/wm/system_modal_container_event_filter.h |
diff --git a/ash/wm/system_modal_container_event_filter.h b/ash/wm/system_modal_container_event_filter.h |
index ce45d7e1ae6516ce5c34a7fc1875060cf2fd17f8..cded40366edbf142fa0c70d966f2fc8e8d897c5a 100644 |
--- a/ash/wm/system_modal_container_event_filter.h |
+++ b/ash/wm/system_modal_container_event_filter.h |
@@ -27,7 +27,7 @@ class ASH_EXPORT SystemModalContainerEventFilter : 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; |