| 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 89e91860af82b441f54c2cf56ba4966287b819bb..7dae4f444ac77e53e1412820adddac4171dad60a 100644
|
| --- a/net/quic/congestion_control/tcp_receiver.h
|
| +++ b/net/quic/congestion_control/tcp_receiver.h
|
| @@ -24,12 +24,12 @@ class NET_EXPORT_PRIVATE TcpReceiver : public ReceiveAlgorithmInterface {
|
| static const QuicByteCount kReceiveWindowTCP;
|
|
|
| // Start implementation of SendAlgorithmInterface.
|
| - virtual bool GenerateCongestionFeedback(
|
| + bool GenerateCongestionFeedback(
|
| QuicCongestionFeedbackFrame* feedback) override;
|
|
|
| - virtual void RecordIncomingPacket(QuicByteCount bytes,
|
| - QuicPacketSequenceNumber sequence_number,
|
| - QuicTime timestamp) override;
|
| + void RecordIncomingPacket(QuicByteCount bytes,
|
| + QuicPacketSequenceNumber sequence_number,
|
| + QuicTime timestamp) override;
|
|
|
| private:
|
| QuicByteCount receive_window_;
|
|
|