Index: net/quic/congestion_control/tcp_cubic_sender.h |
diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h |
index f2a8072b04d75170bac333dffa56cf1da898b410..31056394146590c5af6169a0390443b88402c687 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender.h |
@@ -80,7 +80,6 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface { |
void PrrOnPacketAcked(QuicByteCount acked_bytes); |
QuicTime::Delta PrrTimeUntilSend(); |
- |
HybridSlowStart hybrid_slow_start_; |
Cubic cubic_; |
const RttStats* rtt_stats_; |