Index: ash/wm/toplevel_window_event_filter.h |
diff --git a/ash/wm/toplevel_window_event_filter.h b/ash/wm/toplevel_window_event_filter.h |
index fc4fa578218f8e4d5215527bace6a8465a50df1d..cae3baba225a19ce4207d4874e90bb9123d7d6c4 100644 |
--- a/ash/wm/toplevel_window_event_filter.h |
+++ b/ash/wm/toplevel_window_event_filter.h |
@@ -51,7 +51,7 @@ class ASH_EXPORT ToplevelWindowEventFilter : |
ui::TouchEvent* event) OVERRIDE; |
virtual ui::GestureStatus PreHandleGestureEvent( |
aura::Window* target, |
- ui::GestureEventImpl* event) OVERRIDE; |
+ ui::GestureEvent* event) OVERRIDE; |
// Overridden form aura::client::WindowMoveClient: |
virtual void RunMoveLoop(aura::Window* source) OVERRIDE; |