| Index: ash/drag_drop/drag_drop_controller.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc
|
| index cd99aeb9beb5d2aaa34088fad01876aa7f26531a..445468a0fe287df2300f99bee6e7292194cccb90 100644
|
| --- a/ash/drag_drop/drag_drop_controller.cc
|
| +++ b/ash/drag_drop/drag_drop_controller.cc
|
| @@ -254,7 +254,7 @@ ui::TouchStatus DragDropController::PreHandleTouchEvent(
|
|
|
| ui::GestureStatus DragDropController::PreHandleGestureEvent(
|
| aura::Window* target,
|
| - ui::GestureEventImpl* event) {
|
| + ui::GestureEvent* event) {
|
| return ui::GESTURE_STATUS_UNKNOWN;
|
| }
|
|
|
|
|