| 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 a29e9ba55291199748e650119f16e7659c15d3f9..c54e51d82f12709074644d998ff05c007d24dd7f 100644
|
| --- a/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| +++ b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| @@ -82,7 +82,7 @@ views::Widget* CreateWidget(views::View* contents_view,
|
| }
|
|
|
| void QuitLoop() {
|
| - base::MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->QuitWhenIdle();
|
| }
|
|
|
| void DragDropAcrossMultiDisplay_Step4() {
|
|
|