| Index: ui/aura/gestures/gesture_recognizer_unittest.cc
|
| diff --git a/ui/aura/gestures/gesture_recognizer_unittest.cc b/ui/aura/gestures/gesture_recognizer_unittest.cc
|
| index 76b9b21dbafb27276ff9a7c149d488908c329e3b..a3fa4d2490e2d29e0fe04cc3b8dcc7f924b3aca1 100644
|
| --- a/ui/aura/gestures/gesture_recognizer_unittest.cc
|
| +++ b/ui/aura/gestures/gesture_recognizer_unittest.cc
|
| @@ -205,8 +205,7 @@ class GestureEventConsumeDelegate : public TestWindowDelegate {
|
|
|
| void WaitUntilReceivedGesture(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();
|
| }
|
|
|
|
|