| 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;
|
|
|