| 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 e8062658acb4638ef1a0fe7126c27dad5488f6d0..468ba589c68333107116aafd3ea2fb464b4ff933 100644
|
| --- a/ash/drag_drop/drag_drop_controller.h
|
| +++ b/ash/drag_drop/drag_drop_controller.h
|
| @@ -68,7 +68,7 @@ class ASH_EXPORT DragDropController
|
| ui::TouchEvent* event) OVERRIDE;
|
| virtual ui::GestureStatus PreHandleGestureEvent(
|
| aura::Window* target,
|
| - ui::GestureEventImpl* event) OVERRIDE;
|
| + ui::GestureEvent* event) OVERRIDE;
|
|
|
| // Overridden from aura::WindowObserver.
|
| virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
|
|
|