| Index: net/quic/quic_spdy_stream_test.cc
|
| diff --git a/net/quic/quic_spdy_stream_test.cc b/net/quic/quic_spdy_stream_test.cc
|
| index a2fac3fa6d18372bb3e962d54a7a1eae2bf4d8b1..254333f3cac3fbccf4feda72dfaefd11a238354e 100644
|
| --- a/net/quic/quic_spdy_stream_test.cc
|
| +++ b/net/quic/quic_spdy_stream_test.cc
|
| @@ -98,8 +98,6 @@ class QuicSpdyStreamTest : public ::testing::TestWithParam<QuicVersion> {
|
| stream_should_process_data));
|
| stream2_.reset(new TestStream(kClientDataStreamId2, session_.get(),
|
| stream_should_process_data));
|
| - write_blocked_list_ =
|
| - QuicSessionPeer::GetWriteBlockedStreams(session_.get());
|
| }
|
|
|
| protected:
|
| @@ -109,7 +107,6 @@ class QuicSpdyStreamTest : public ::testing::TestWithParam<QuicVersion> {
|
| scoped_ptr<TestStream> stream_;
|
| scoped_ptr<TestStream> stream2_;
|
| SpdyHeaderBlock headers_;
|
| - QuicWriteBlockedList* write_blocked_list_;
|
| };
|
|
|
| INSTANTIATE_TEST_CASE_P(Tests,
|
|
|