Index: net/quic/quic_unacked_packet_map.h |
diff --git a/net/quic/quic_unacked_packet_map.h b/net/quic/quic_unacked_packet_map.h |
index 165e41fe373f8b7640effa5488f33f346af9f7fa..6c56dd6c13d9583caf95bbcdbfee88549f2caa6e 100644 |
--- a/net/quic/quic_unacked_packet_map.h |
+++ b/net/quic/quic_unacked_packet_map.h |
@@ -38,7 +38,7 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap { |
// Sets the nack count to the max of the current nack count and |min_nacks|. |
void NackPacket(QuicPacketSequenceNumber sequence_number, |
- size_t min_nacks); |
+ QuicPacketCount min_nacks); |
// Marks |sequence_number| as no longer in flight. |
void RemoveFromInFlight(QuicPacketSequenceNumber sequence_number); |
@@ -164,7 +164,7 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap { |
// The packet at the 0th index of unacked_packets_. |
QuicPacketSequenceNumber least_unacked_; |
- size_t bytes_in_flight_; |
+ QuicByteCount bytes_in_flight_; |
// Number of retransmittable crypto handshake packets. |
size_t pending_crypto_packet_count_; |