Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 9e320ae475bebffc91cd721497f91e0e847c6d0c..14c45a1e9918985fdc164391600b718faf501b5f 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -753,7 +753,7 @@ class NET_EXPORT_PRIVATE QuicConnection |
// Indicates whether an ack should be sent the next time we try to write. |
bool ack_queued_; |
// Indicates how many consecutive packets have arrived without sending an ack. |
- uint32 num_packets_received_since_last_ack_sent_; |
+ QuicPacketCount num_packets_received_since_last_ack_sent_; |
// Indicates how many consecutive times an ack has arrived which indicates |
// the peer needs to stop waiting for some packets. |
int stop_waiting_count_; |