Index: net/quic/quic_http_stream_test.cc |
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc |
index ed42db6ecc3918ace57eb1e782cadb09ac88f239..f4d895acd45bae910fa224b660778652940ee2a6 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -210,7 +210,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> { |
connection_, scoped_ptr<DatagramClientSocket>(socket), nullptr, |
&transport_security_state_, make_scoped_ptr((QuicServerInfo*)nullptr), |
DefaultQuicConfig(), "CONNECTION_UNKNOWN", base::TimeTicks::Now(), |
- base::MessageLoop::current()->message_loop_proxy().get(), nullptr)); |
+ base::MessageLoop::current()->task_runner().get(), nullptr)); |
session_->InitializeSession( |
QuicServerId(kDefaultServerHostName, kDefaultServerPort, |
/*is_secure=*/false, PRIVACY_MODE_DISABLED), |