| 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 c11620c13cbe4d9b39c5af518baa36956fdafdb4..3f5baa34c9b39c67a137544c6c702cb96b93663c 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.h
|
| @@ -44,8 +44,8 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
|
| QuicTime feedback_receive_time) OVERRIDE;
|
| virtual void OnCongestionEvent(bool rtt_updated,
|
| QuicByteCount bytes_in_flight,
|
| - const CongestionMap& acked_packets,
|
| - const CongestionMap& lost_packets) OVERRIDE;
|
| + const CongestionVector& acked_packets,
|
| + const CongestionVector& lost_packets) OVERRIDE;
|
| virtual bool OnPacketSent(QuicTime sent_time,
|
| QuicByteCount bytes_in_flight,
|
| QuicPacketSequenceNumber sequence_number,
|
|
|