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 9fc78d9c903b1a24b607e8d553c312c568d9581d..66261d4139a16cc130d6c8f633a5bbbfb32329ef 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -214,6 +214,8 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> { |
false, PRIVACY_MODE_DISABLED), |
DefaultQuicConfig(), |
kInitialFlowControlWindowForTest, &crypto_config_, |
+ base::MessageLoop::current()-> |
+ message_loop_proxy().get(), |
NULL)); |
session_->GetCryptoStream()->CryptoConnect(); |
EXPECT_TRUE(session_->IsCryptoHandshakeConfirmed()); |