| Index: ash/drag_drop/drag_drop_controller.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc
|
| index 1d5d636347eb68d768b6b593e833be773ef39417..05a36bebd16e70dc1a5fcdb3e660c2821594ba02 100644
|
| --- a/ash/drag_drop/drag_drop_controller.cc
|
| +++ b/ash/drag_drop/drag_drop_controller.cc
|
| @@ -228,7 +228,7 @@ int DragDropController::StartDragAndDrop(
|
| cancel_animation_->End();
|
|
|
| if (should_block_during_drag_drop_) {
|
| - base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
|
| + base::RunLoop run_loop;
|
| quit_closure_ = run_loop.QuitClosure();
|
| base::MessageLoopForUI* loop = base::MessageLoopForUI::current();
|
| base::MessageLoop::ScopedNestableTaskAllower allow_nested(loop);
|
|
|