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 d7fafe01c200450d35c0dc818f22a6df9a4350b4..ff82ab4d7bc81a7b1794f35e07aac973afee8dd4 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -179,8 +179,8 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<bool> { |
crypto_config_.SetDefaults(); |
session_.reset(new QuicClientSession(connection_, socket, NULL, |
&crypto_client_stream_factory_, |
- "www.google.com", &crypto_config_, |
- NULL)); |
+ "www.google.com", QuicConfig(), |
+ &crypto_config_, NULL)); |
session_->GetCryptoStream()->CryptoConnect(); |
EXPECT_TRUE(session_->IsCryptoHandshakeConfirmed()); |
QuicReliableClientStream* stream = |
@@ -265,7 +265,6 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<bool> { |
testing::StrictMock<MockConnectionVisitor> visitor_; |
scoped_ptr<QuicHttpStream> stream_; |
scoped_ptr<QuicClientSession> session_; |
- QuicConfig* config_; |
QuicCryptoClientConfig crypto_config_; |
TestCompletionCallback callback_; |
HttpRequestInfo request_; |