| 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 92cc1aaa50164c67aac5f04ec6151feb76740597..4d9526858db9156972ae7a2ebf3a8fff33687cd5 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -129,11 +129,12 @@ class TestDragDropController : public internal::DragDropController {
|
| int StartDragAndDrop(const ui::OSExchangeData& data,
|
| aura::RootWindow* root_window,
|
| const gfx::Point& location,
|
| - int operation) OVERRIDE {
|
| + int operation,
|
| + ui::DragDropTypes::DragEventSource source) OVERRIDE {
|
| drag_start_received_ = true;
|
| data.GetString(&drag_string_);
|
| return DragDropController::StartDragAndDrop(
|
| - data, root_window, location, operation);
|
| + data, root_window, location, operation, source);
|
| }
|
|
|
| void DragUpdate(aura::Window* target,
|
|
|