| Index: net/quic/core/congestion_control/cubic_bytes.h | 
| diff --git a/net/quic/core/congestion_control/cubic_bytes.h b/net/quic/core/congestion_control/cubic_bytes.h | 
| index 4e70305a875a7432cad7d26e5cfad3edbe73c2c5..481b012ad3cebbbbb67db16f0f5d4dce2b32285b 100644 | 
| --- a/net/quic/core/congestion_control/cubic_bytes.h | 
| +++ b/net/quic/core/congestion_control/cubic_bytes.h | 
| @@ -8,7 +8,7 @@ | 
| #ifndef NET_QUIC_CORE_CONGESTION_CONTROL_CUBIC_BYTES_H_ | 
| #define NET_QUIC_CORE_CONGESTION_CONTROL_CUBIC_BYTES_H_ | 
|  | 
| -#include <stdint.h> | 
| +#include <cstdint> | 
|  | 
| #include "base/macros.h" | 
| #include "net/quic/core/quic_bandwidth.h" | 
|  |