| 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 1926d31249d6ce6aafb37d37626213e9f59a167e..358491daf84721c9e606cc37a568a25fb3f5ec68 100644
|
| --- a/net/quic/quic_unacked_packet_map.h
|
| +++ b/net/quic/quic_unacked_packet_map.h
|
| @@ -42,7 +42,7 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap {
|
| bool IsUnacked(QuicPacketNumber packet_number) const;
|
|
|
| // Sets the nack count to the max of the current nack count and |min_nacks|.
|
| - void NackPacket(QuicPacketNumber packet_number, QuicPacketCount min_nacks);
|
| + void NackPacket(QuicPacketNumber packet_number, uint16 min_nacks);
|
|
|
| // Marks |packet_number| as no longer in flight.
|
| void RemoveFromInFlight(QuicPacketNumber packet_number);
|
|
|