Index: net/quic/congestion_control/cubic.h |
diff --git a/net/quic/congestion_control/cubic.h b/net/quic/congestion_control/cubic.h |
index fd5353395696ad64db7c92697414db95169bafe0..76faf5612487c2e1a2593169a08f07e476cd2fa0 100644 |
--- a/net/quic/congestion_control/cubic.h |
+++ b/net/quic/congestion_control/cubic.h |
@@ -71,7 +71,7 @@ class NET_EXPORT_PRIVATE Cubic { |
QuicPacketCount last_max_congestion_window_; |
// Number of acked packets since the cycle started (epoch). |
- uint32 acked_packets_count_; |
+ QuicPacketCount acked_packets_count_; |
// TCP Reno equivalent congestion window in packets. |
QuicPacketCount estimated_tcp_congestion_window_; |