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..53dd6406ed49ef79db8c6c4652772b034e07fd71 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -214,6 +214,9 @@ 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()); |