| Index: ash/drag_drop/drag_drop_interactive_uitest.cc
|
| diff --git a/ash/drag_drop/drag_drop_interactive_uitest.cc b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| index c54e51d82f12709074644d998ff05c007d24dd7f..b74ffb6d723b3ca341f67f32465d4ad02af93c07 100644
|
| --- a/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| +++ b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| @@ -86,23 +86,20 @@ void QuitLoop() {
|
| }
|
|
|
| void DragDropAcrossMultiDisplay_Step4() {
|
| - ui_controls::SendMouseEventsNotifyWhenDone(
|
| - ui_controls::LEFT, ui_controls::UP,
|
| - base::Bind(&QuitLoop));
|
| + ui_controls::SendMouseEventsNotifyWhenDone(ui_controls::LEFT, ui_controls::UP,
|
| + base::Bind(&QuitLoop));
|
| }
|
|
|
| void DragDropAcrossMultiDisplay_Step3() {
|
| // Move to the edge of the 1st display so that the mouse
|
| // is moved to 2nd display by ash.
|
| ui_controls::SendMouseMoveNotifyWhenDone(
|
| - 399, 10,
|
| - base::Bind(&DragDropAcrossMultiDisplay_Step4));
|
| + 399, 10, base::Bind(&DragDropAcrossMultiDisplay_Step4));
|
| }
|
|
|
| void DragDropAcrossMultiDisplay_Step2() {
|
| ui_controls::SendMouseMoveNotifyWhenDone(
|
| - 20, 10,
|
| - base::Bind(&DragDropAcrossMultiDisplay_Step3));
|
| + 20, 10, base::Bind(&DragDropAcrossMultiDisplay_Step3));
|
| }
|
|
|
| void DragDropAcrossMultiDisplay_Step1() {
|
|
|