| Index: net/spdy/bidirectional_stream_spdy_impl_unittest.cc
|
| diff --git a/net/spdy/bidirectional_stream_spdy_impl_unittest.cc b/net/spdy/bidirectional_stream_spdy_impl_unittest.cc
|
| index 7e56cfee04c4e5c48b0759a5d5e27345f63ef9a6..5940e6257415db19a248c012fc5cef37d470951f 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl_unittest.cc
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl_unittest.cc
|
| @@ -360,7 +360,7 @@ TEST_F(BidirectionalStreamSpdyImplTest, SendDataAfterCancelStream) {
|
|
|
| // Try to send data after Cancel(), should not get called back.
|
| delegate->SendData(buf.get(), buf->size(), false);
|
| - base::MessageLoop::current()->RunUntilIdle();
|
| + base::RunLoop().RunUntilIdle();
|
| EXPECT_FALSE(delegate->on_failed_called());
|
|
|
| EXPECT_EQ("200", delegate->response_headers().find(":status")->second);
|
|
|