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

Unified Diff: net/spdy/spdy_stream_unittest.cc

Issue 2053133002: Remove MessageLoop::current()->RunUntilIdle() in net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « net/spdy/spdy_session_pool_unittest.cc ('k') | net/ssl/channel_id_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_stream_unittest.cc
diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
index cd9a855893cb179eabcda4fbe8a5406ac0aa08a5..faff16e959550459a1af5e02de5a5004d2cb0561 100644
--- a/net/spdy/spdy_stream_unittest.cc
+++ b/net/spdy/spdy_stream_unittest.cc
@@ -84,7 +84,7 @@ class SpdyStreamTest : public ::testing::Test,
return CreateInsecureSpdySession(session_.get(), key, BoundNetLog());
}
- void TearDown() override { base::MessageLoop::current()->RunUntilIdle(); }
+ void TearDown() override { base::RunLoop().RunUntilIdle(); }
NextProto GetProtocol() const {
return GetParam() == kTestCaseSPDY31 ? kProtoSPDY31 : kProtoHTTP2;
« no previous file with comments | « net/spdy/spdy_session_pool_unittest.cc ('k') | net/ssl/channel_id_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698