Index: net/quic/quic_connection_logger.h |
diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h |
index 9e687f2a62d88af76b74baab70db93330c22473f..358bd8090410d79904597e92227ce0f3c6575430 100644 |
--- a/net/quic/quic_connection_logger.h |
+++ b/net/quic/quic_connection_logger.h |
@@ -44,7 +44,7 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger |
QuicPacketNumber original_packet_number, |
EncryptionLevel level, |
TransmissionType transmission_type, |
- const QuicEncryptedPacket& packet, |
+ size_t encrypted_length, |
QuicTime sent_time) override; |
void OnPacketReceived(const IPEndPoint& self_address, |
const IPEndPoint& peer_address, |