| 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 89fc276a7875dedb3816dcfd8287229894eec76b..7d96d99198d69e5268b49800e6a00bf0d852bfab 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -262,7 +262,7 @@ void DispatchGesture(ui::EventType gesture_type, gfx::Point location) {
|
| Shell::GetPrimaryRootWindow()->GetHost()->GetEventSource();
|
| ui::EventSourceTestApi event_source_test(event_source);
|
| ui::EventDispatchDetails details =
|
| - event_source_test.SendEventToProcessor(&gesture_event);
|
| + event_source_test.SendEventToSink(&gesture_event);
|
| CHECK(!details.dispatcher_destroyed);
|
| }
|
|
|
| @@ -691,7 +691,7 @@ TEST_F(DragDropControllerTest, SyntheticEventsDuringDragDrop) {
|
| mouse_move_location, ui::EventTimeForNow(), 0, 0);
|
| ui::EventDispatchDetails details = Shell::GetPrimaryRootWindow()
|
| ->GetHost()
|
| - ->event_processor()
|
| + ->event_sink()
|
| ->OnEventFromSource(&mouse_move);
|
| ASSERT_FALSE(details.dispatcher_destroyed);
|
| }
|
|
|