| Index: net/quic/quic_sent_packet_manager.h
|
| diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h
|
| index 7243881dd023eb90768267ee06dc2a4766ba8990..b578f599cbb14554ac2f8cabfbfee4b497bb0fc8 100644
|
| --- a/net/quic/quic_sent_packet_manager.h
|
| +++ b/net/quic/quic_sent_packet_manager.h
|
| @@ -167,7 +167,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager
|
| // Returns the estimated bandwidth calculated by the congestion algorithm.
|
| QuicBandwidth BandwidthEstimate() const override;
|
|
|
| - const QuicSustainedBandwidthRecorder& SustainedBandwidthRecorder()
|
| + const QuicSustainedBandwidthRecorder* SustainedBandwidthRecorder()
|
| const override;
|
|
|
| // Returns the size of the current congestion window in number of
|
|
|