| Index: net/quic/core/congestion_control/cubic_bytes.cc | 
| diff --git a/net/quic/core/congestion_control/cubic_bytes.cc b/net/quic/core/congestion_control/cubic_bytes.cc | 
| index bbc9f6963126fd88428f5f9bff2fa8f5ce2e56a3..7abe9209fe733b3d672cb83abf66df6ab7bdfcd0 100644 | 
| --- a/net/quic/core/congestion_control/cubic_bytes.cc | 
| +++ b/net/quic/core/congestion_control/cubic_bytes.cc | 
| @@ -4,15 +4,14 @@ | 
|  | 
| #include "net/quic/core/congestion_control/cubic_bytes.h" | 
|  | 
| -#include <stdint.h> | 
| #include <algorithm> | 
| #include <cmath> | 
| +#include <cstdint> | 
|  | 
| #include "base/logging.h" | 
| #include "net/quic/core/quic_flags.h" | 
| #include "net/quic/core/quic_packets.h" | 
|  | 
| - | 
| namespace net { | 
|  | 
| namespace { | 
|  |