Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 6a9d1626d08c473b15054f8c0271a1c4e942edd5..45b079ca3016add4e2efffc179caf533af357c12 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -158,7 +158,7 @@ class NET_EXPORT_PRIVATE QuicConnectionDebugVisitor |
QuicPacketNumber original_packet_number, |
EncryptionLevel level, |
TransmissionType transmission_type, |
- const QuicEncryptedPacket& packet, |
+ size_t encrypted_length, |
QuicTime sent_time) {} |
// Called when a packet has been received, but before it is |