| Index: net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h b/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| index dde7782ef87fe89f5d55f23efe36c3b2deb591a4..7813b2bd6a39aefd01baf2d4628d5b7aae5598bd 100644
|
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| @@ -7,7 +7,7 @@
|
| #ifndef NET_QUIC_CORE_CONGESTION_CONTROL_TCP_CUBIC_SENDER_BYTES_H_
|
| #define NET_QUIC_CORE_CONGESTION_CONTROL_TCP_CUBIC_SENDER_BYTES_H_
|
|
|
| -#include <stdint.h>
|
| +#include <cstdint>
|
|
|
| #include "base/macros.h"
|
| #include "net/quic/core/congestion_control/cubic_bytes.h"
|
|
|