| Index: net/quic/core/congestion_control/rtt_stats.h
|
| diff --git a/net/quic/core/congestion_control/rtt_stats.h b/net/quic/core/congestion_control/rtt_stats.h
|
| index d04dd44531378800b3ae3929289c9972950b9756..581ebf7b6722aecd0a905be36266959db3860153 100644
|
| --- a/net/quic/core/congestion_control/rtt_stats.h
|
| +++ b/net/quic/core/congestion_control/rtt_stats.h
|
| @@ -7,9 +7,8 @@
|
| #ifndef NET_QUIC_CORE_CONGESTION_CONTROL_RTT_STATS_H_
|
| #define NET_QUIC_CORE_CONGESTION_CONTROL_RTT_STATS_H_
|
|
|
| -#include <stdint.h>
|
| -
|
| #include <algorithm>
|
| +#include <cstdint>
|
|
|
| #include "base/macros.h"
|
| #include "net/quic/core/quic_bug_tracker.h"
|
|
|