| Index: net/quic/core/congestion_control/tcp_cubic_sender_packets.h | 
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_packets.h b/net/quic/core/congestion_control/tcp_cubic_sender_packets.h | 
| index 759f93bd8326c121f3a7c937200c2e830d22d03d..ff06a1d37ca97f6f1571166e5894a6a0efc42892 100644 | 
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_packets.h | 
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_packets.h | 
| @@ -7,7 +7,7 @@ | 
| #ifndef NET_QUIC_CORE_CONGESTION_CONTROL_TCP_CUBIC_SENDER_PACKETS_H_ | 
| #define NET_QUIC_CORE_CONGESTION_CONTROL_TCP_CUBIC_SENDER_PACKETS_H_ | 
|  | 
| -#include <stdint.h> | 
| +#include <cstdint> | 
|  | 
| #include "base/compiler_specific.h" | 
| #include "base/macros.h" | 
|  |