Index: net/quic/quic_crypto_client_stream_test.cc |
diff --git a/net/quic/quic_crypto_client_stream_test.cc b/net/quic/quic_crypto_client_stream_test.cc |
index e07ad46fed3792e0ecfe168162e1cb6f5f3f2128..8595d6ca4d0828f0769093ff5de48b9b3a5a362c 100644 |
--- a/net/quic/quic_crypto_client_stream_test.cc |
+++ b/net/quic/quic_crypto_client_stream_test.cc |
@@ -116,7 +116,7 @@ TEST_F(QuicCryptoClientStreamTest, ExpiredServerConfig) { |
CompleteCryptoHandshake(); |
connection_ = new PacketSavingConnection(1, addr_, true); |
- session_.reset(new TestSession(connection_, QuicConfig(), true)); |
+ session_.reset(new TestSession(connection_, DefaultQuicConfig(), true)); |
stream_.reset(new QuicCryptoClientStream(kServerHostname, session_.get(), |
&crypto_config_)); |