| Index: net/quic/quic_crypto_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc
|
| index 4d80c1369da15f60a4915efa2d46c33f2b793eae..c8dbab51453b6f8658d84c778dc72069e818d6b2 100644
|
| --- a/net/quic/quic_crypto_stream_test.cc
|
| +++ b/net/quic/quic_crypto_stream_test.cc
|
| @@ -47,7 +47,7 @@ class QuicCryptoStreamTest : public ::testing::Test {
|
| public:
|
| QuicCryptoStreamTest()
|
| : connection_(new MockConnection(false)),
|
| - session_(connection_, true),
|
| + session_(connection_),
|
| stream_(&session_) {
|
| message_.set_tag(kSHLO);
|
| message_.SetStringPiece(1, "abc");
|
|
|