Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 258cf02fb869d37c5ee0072837c00615ba26df94..d5b8d1bb5cff4ba4f1bf8ca84c7cde00d96f5a03 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -1089,7 +1089,7 @@ struct NET_EXPORT_PRIVATE TransmissionInfo { |
QuicTime sent_time; |
// Zero when the packet is serialized, non-zero once it's sent. |
QuicByteCount bytes_sent; |
- size_t nack_count; |
+ QuicPacketCount nack_count; |
// Reason why this packet was transmitted. |
TransmissionType transmission_type; |
// Stores the sequence numbers of all transmissions of this packet. |