| Index: net/quic/core/congestion_control/tcp_cubic_sender_base.h | 
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_base.h b/net/quic/core/congestion_control/tcp_cubic_sender_base.h | 
| index ba7f8e93fa121ff26de120e58b3dba9699140e7e..f04eb74630818741646e2c20f8d88d48785598c7 100644 | 
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_base.h | 
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_base.h | 
| @@ -7,7 +7,7 @@ | 
| #ifndef NET_QUIC_CORE_CONGESTION_CONTROL_TCP_CUBIC_SENDER_BASE_H_ | 
| #define NET_QUIC_CORE_CONGESTION_CONTROL_TCP_CUBIC_SENDER_BASE_H_ | 
|  | 
| -#include <stdint.h> | 
| +#include <cstdint> | 
|  | 
| #include "base/compiler_specific.h" | 
| #include "base/macros.h" | 
| @@ -39,6 +39,7 @@ class QUIC_EXPORT_PRIVATE TcpCubicSenderBase : public SendAlgorithmInterface { | 
| const RttStats* rtt_stats, | 
| bool reno, | 
| QuicConnectionStats* stats); | 
| + | 
| ~TcpCubicSenderBase() override; | 
|  | 
| // Start implementation of SendAlgorithmInterface. | 
|  |