| Index: net/quic/quic_crypto_server_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc
|
| index 995cb6b4ea07d87fa7278bf1c7cac6f2b32114ab..db8841d5470cccfb8e6c8851368c1d24df88ad4b 100644
|
| --- a/net/quic/quic_crypto_server_stream_test.cc
|
| +++ b/net/quic/quic_crypto_server_stream_test.cc
|
| @@ -67,7 +67,7 @@ class QuicCryptoServerStreamTest : public ::testing::Test {
|
| QuicCryptoServerStreamTest()
|
| : guid_(1),
|
| addr_(),
|
| - connection_(new PacketSavingConnection(guid_, addr_)),
|
| + connection_(new PacketSavingConnection(guid_, addr_, true)),
|
| session_(connection_, true),
|
| stream_(&session_) {
|
| }
|
|
|