| Index: ui/aura/root_window_unittest.cc
|
| diff --git a/ui/aura/root_window_unittest.cc b/ui/aura/root_window_unittest.cc
|
| index abf8947ca9dd4b4514f88a43de511aa3eab19bc5..3fcfee24a9449ae08cf09b87ceb3175a11976ffa 100644
|
| --- a/ui/aura/root_window_unittest.cc
|
| +++ b/ui/aura/root_window_unittest.cc
|
| @@ -443,8 +443,7 @@ class EventFilterRecorder : public ui::EventHandler {
|
|
|
| void WaitUntilReceivedEvent(ui::EventType type) {
|
| wait_until_event_ = type;
|
| - run_loop_.reset(new base::RunLoop(
|
| - Env::GetInstance()->GetDispatcher()));
|
| + run_loop_.reset(new base::RunLoop());
|
| run_loop_->Run();
|
| }
|
|
|
|
|