diff options
Diffstat (limited to 'ash/drag_drop')
-rw-r--r-- | ash/drag_drop/drag_drop_controller_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc index e1f4ebd..4d9f8ab 100644 --- a/ash/drag_drop/drag_drop_controller_unittest.cc +++ b/ash/drag_drop/drag_drop_controller_unittest.cc @@ -67,7 +67,7 @@ class DragTestView : public views::View { data->SetString(UTF8ToUTF16("I am being dragged")); } - bool OnMousePressed(const views::MouseEvent& event) OVERRIDE { + bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE { return true; } |