Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: content/renderer/media/webmediaplayer_ms_unittest.cc

Issue 2312803003: Remove calls to deprecated MessageLoop methods in content. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/app/android/download_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webmediaplayer_ms_unittest.cc
diff --git a/content/renderer/media/webmediaplayer_ms_unittest.cc b/content/renderer/media/webmediaplayer_ms_unittest.cc
index 48566bd6b1ce811f4290352fe096174630a77beb..3920fb0b1b719797f04d15a750aab862549342f9 100644
--- a/content/renderer/media/webmediaplayer_ms_unittest.cc
+++ b/content/renderer/media/webmediaplayer_ms_unittest.cc
@@ -874,7 +874,7 @@ TEST_F(WebMediaPlayerMSTest, HiddenPlayerTests) {
EXPECT_FALSE(player_->paused());
EXPECT_CALL(*this, DoSetWebLayer(false));
- message_loop_.RunUntilIdle();
+ base::RunLoop().RunUntilIdle();
}
#endif
« no previous file with comments | « content/app/android/download_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698