| Index: net/quic/congestion_control/prr_sender.h
|
| diff --git a/net/quic/congestion_control/prr_sender.h b/net/quic/congestion_control/prr_sender.h
|
| index 495943de5ba2c84058d1ca11bf4f5122070989c6..c7836688360de6b2172ad34028a2ad38c27944c1 100644
|
| --- a/net/quic/congestion_control/prr_sender.h
|
| +++ b/net/quic/congestion_control/prr_sender.h
|
| @@ -23,8 +23,7 @@ class NET_EXPORT_PRIVATE PrrSender {
|
| void OnPacketAcked(QuicByteCount acked_bytes);
|
| QuicTime::Delta TimeUntilSend(QuicByteCount congestion_window,
|
| QuicByteCount bytes_in_flight,
|
| - QuicPacketCount slowstart_threshold)
|
| - const;
|
| + QuicByteCount slowstart_threshold) const;
|
|
|
| private:
|
| // Bytes sent and acked since the last loss event.
|
|
|