| Index: net/quic/test_tools/quic_connection_peer.cc
|
| diff --git a/net/quic/test_tools/quic_connection_peer.cc b/net/quic/test_tools/quic_connection_peer.cc
|
| index a14824918f855497761c24e744acb01de5f1cb03..d2c639966b41c928b64a67b8a2b2f99c367b29a7 100644
|
| --- a/net/quic/test_tools/quic_connection_peer.cc
|
| +++ b/net/quic/test_tools/quic_connection_peer.cc
|
| @@ -242,5 +242,11 @@ void QuicConnectionPeer::SetSupportedVersions(QuicConnection* connection,
|
| connection->framer_.SetSupportedVersions(versions);
|
| }
|
|
|
| +// static
|
| +QuicPacketHeader* QuicConnectionPeer::GetLastHeader(
|
| + QuicConnection* connection) {
|
| + return &connection->last_header_;
|
| +}
|
| +
|
| } // namespace test
|
| } // namespace net
|
|
|