| Index: net/quic/congestion_control/tcp_receiver.h
|
| diff --git a/net/quic/congestion_control/tcp_receiver.h b/net/quic/congestion_control/tcp_receiver.h
|
| index a5e5b1b7c7d84097a00edc72f371f2f8f9ba7093..89e91860af82b441f54c2cf56ba4966287b819bb 100644
|
| --- a/net/quic/congestion_control/tcp_receiver.h
|
| +++ b/net/quic/congestion_control/tcp_receiver.h
|
| @@ -25,11 +25,11 @@ class NET_EXPORT_PRIVATE TcpReceiver : public ReceiveAlgorithmInterface {
|
|
|
| // Start implementation of SendAlgorithmInterface.
|
| virtual bool GenerateCongestionFeedback(
|
| - QuicCongestionFeedbackFrame* feedback) OVERRIDE;
|
| + QuicCongestionFeedbackFrame* feedback) override;
|
|
|
| virtual void RecordIncomingPacket(QuicByteCount bytes,
|
| QuicPacketSequenceNumber sequence_number,
|
| - QuicTime timestamp) OVERRIDE;
|
| + QuicTime timestamp) override;
|
|
|
| private:
|
| QuicByteCount receive_window_;
|
|
|