Index: ash/drag_drop/drag_drop_controller.h |
diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h |
index f3f098502dfda397bf2224dcd381fcbb2ac27385..e8062658acb4638ef1a0fe7126c27dad5488f6d0 100644 |
--- a/ash/drag_drop/drag_drop_controller.h |
+++ b/ash/drag_drop/drag_drop_controller.h |
@@ -65,7 +65,7 @@ class ASH_EXPORT DragDropController |
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; |