| Index: ash/drag_drop/drag_drop_controller_unittest.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| index 5847fdc781b23f01a9fae7be49fca18005cf2c59..14a25c6915ddf87969c75a8a0ac12c7fdb0640ef 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -85,10 +85,10 @@ class DragTestView : public views::View {
|
| return true;
|
| }
|
|
|
| - ui::EventResult OnGestureEvent(ui::GestureEvent* event) OVERRIDE {
|
| + void OnGestureEvent(ui::GestureEvent* event) OVERRIDE {
|
| if (event->type() == ui::ET_GESTURE_LONG_TAP)
|
| long_tap_received_ = true;
|
| - return ui::ER_UNHANDLED;
|
| + return;
|
| }
|
|
|
| bool GetDropFormats(int* formats,
|
|
|