| 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 29ae7cb0657e0d683934ebd1db281447ee632420..10dcb5b723e62cb1ddf6ce24f5ad56a79528bd98 100644
|
| --- a/net/quic/quic_crypto_client_stream_test.cc
|
| +++ b/net/quic/quic_crypto_client_stream_test.cc
|
| @@ -61,7 +61,7 @@ class QuicCryptoClientStreamTest : public ::testing::Test {
|
| public:
|
| QuicCryptoClientStreamTest()
|
| : addr_(),
|
| - connection_(new PacketSavingConnection(1, addr_)),
|
| + connection_(new PacketSavingConnection(1, addr_, true)),
|
| session_(connection_, true),
|
| stream_(&session_, kServerHostname) {
|
| }
|
|
|