| Index: net/quic/core/congestion_control/cubic.h
|
| diff --git a/net/quic/core/congestion_control/cubic.h b/net/quic/core/congestion_control/cubic.h
|
| index 29d42f03e4d8980f3de0313f28e14ffda7ced558..e3a44be2b3948a3a63e63c0f965fb6811e72b501 100644
|
| --- a/net/quic/core/congestion_control/cubic.h
|
| +++ b/net/quic/core/congestion_control/cubic.h
|
| @@ -8,7 +8,7 @@
|
| #ifndef NET_QUIC_CORE_CONGESTION_CONTROL_CUBIC_H_
|
| #define NET_QUIC_CORE_CONGESTION_CONTROL_CUBIC_H_
|
|
|
| -#include <stdint.h>
|
| +#include <cstdint>
|
|
|
| #include "base/macros.h"
|
| #include "net/quic/core/quic_bandwidth.h"
|
|
|