| Index: content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| index 9193125b961e44894121bd40ffccbc1212d73658..54e1633cf424785127439bb1baac78a8aced63c0 100644
|
| --- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| @@ -75,7 +75,7 @@ void RunCurrentLoopWithDeadline() {
|
| FROM_HERE, TestTimeouts::action_max_timeout(),
|
| base::Bind(&DeadlineExceeded,
|
| base::MessageLoop::current()->QuitWhenIdleClosure()));
|
| - base::MessageLoop::current()->Run();
|
| + base::RunLoop().Run();
|
| deadline.Stop();
|
| }
|
|
|
|
|