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 5657cf262ce783820051e25f6146861efc885ad3..cd99aeb9beb5d2aaa34088fad01876aa7f26531a 100644 |
--- a/ash/drag_drop/drag_drop_controller.cc |
+++ b/ash/drag_drop/drag_drop_controller.cc |
@@ -232,7 +232,7 @@ bool DragDropController::PreHandleMouseEvent(aura::Window* target, |
ui::TouchStatus DragDropController::PreHandleTouchEvent( |
aura::Window* target, |
- ui::TouchEventImpl* event) { |
+ ui::TouchEvent* event) { |
// TODO(sad): Also check for the touch-id. |
if (!drag_drop_in_progress_) |
return ui::TOUCH_STATUS_UNKNOWN; |