| Index: net/quic/quic_headers_stream_test.cc
|
| diff --git a/net/quic/quic_headers_stream_test.cc b/net/quic/quic_headers_stream_test.cc
|
| index 9b93bbd24a4207ad56050a41d3b06af7c1fc90e0..4fa3c1f8f607e89797e84cf90097c820436e2f30 100644
|
| --- a/net/quic/quic_headers_stream_test.cc
|
| +++ b/net/quic/quic_headers_stream_test.cc
|
| @@ -226,7 +226,7 @@ class QuicHeadersStreamTest : public ::testing::TestWithParam<TestParams> {
|
| static const bool kFrameComplete = true;
|
| static const bool kHasPriority = true;
|
|
|
| - MockHelper helper_;
|
| + MockConnectionHelper helper_;
|
| StrictMock<MockConnection>* connection_;
|
| StrictMock<MockQuicSpdySession> session_;
|
| QuicHeadersStream* headers_stream_;
|
|
|