| Index: net/quic/quic_connection_logger.cc
|
| diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc
|
| index 0ca1802b1ef5b7100a1c9db02f359d14b61eeee2..3405cd0c764910dfc0ef5403c2a1acd178eeb201 100644
|
| --- a/net/quic/quic_connection_logger.cc
|
| +++ b/net/quic/quic_connection_logger.cc
|
| @@ -225,7 +225,8 @@ void QuicConnectionLogger::OnPacketReceived(const IPEndPoint& self_address,
|
| packet.length()));
|
| }
|
|
|
| -void QuicConnectionLogger::OnProtocolVersionMismatch(QuicTag received_version) {
|
| +void QuicConnectionLogger::OnProtocolVersionMismatch(
|
| + QuicVersion received_version) {
|
| // TODO(rtenneti): Add logging.
|
| }
|
|
|
|
|