| Index: net/quic/reliable_quic_stream_test.cc
|
| diff --git a/net/quic/reliable_quic_stream_test.cc b/net/quic/reliable_quic_stream_test.cc
|
| index 5378000aab6d64fbb209e758193cd27728799827..3d15b77f5a46002933a70f7fe9b54e2df4339538 100644
|
| --- a/net/quic/reliable_quic_stream_test.cc
|
| +++ b/net/quic/reliable_quic_stream_test.cc
|
| @@ -96,7 +96,7 @@ class ReliableQuicStreamTest : public ::testing::TestWithParam<bool> {
|
|
|
| void Initialize(bool stream_should_process_data) {
|
| connection_ = new StrictMock<MockConnection>(kIsServer);
|
| - session_.reset(new StrictMock<MockSession>(connection_, kIsServer));
|
| + session_.reset(new StrictMock<MockSession>(connection_));
|
| stream_.reset(new TestStream(kStreamId, session_.get(),
|
| stream_should_process_data));
|
| stream2_.reset(new TestStream(kStreamId + 2, session_.get(),
|
|
|