| Index: net/quic/quic_connection_test.cc
|
| diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc
|
| index 0eaad974cedf36c00523d814dc0af19fe2f49ec5..c8c0d2508c96c666be1b722048ea9165e3b473d9 100644
|
| --- a/net/quic/quic_connection_test.cc
|
| +++ b/net/quic/quic_connection_test.cc
|
| @@ -407,7 +407,6 @@ class TestConnection : public QuicConnection {
|
| QuicVersion version)
|
| : QuicConnection(connection_id, address, helper, writer, is_server,
|
| SupportedVersions(version)),
|
| - helper_(helper),
|
| writer_(writer) {
|
| // Disable tail loss probes for most tests.
|
| QuicSentPacketManagerPeer::SetMaxTailLossProbes(
|
| @@ -532,7 +531,6 @@ class TestConnection : public QuicConnection {
|
| using QuicConnection::SelectMutualVersion;
|
|
|
| private:
|
| - TestConnectionHelper* helper_;
|
| TestPacketWriter* writer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestConnection);
|
|
|