| Index: net/quic/quic_sent_packet_manager_interface.h
|
| diff --git a/net/quic/quic_sent_packet_manager_interface.h b/net/quic/quic_sent_packet_manager_interface.h
|
| index e60f8ef24b94ccd43d327043bcec7736b6e49cee..07539572497cb00d20fcf804d8063353c76e5640 100644
|
| --- a/net/quic/quic_sent_packet_manager_interface.h
|
| +++ b/net/quic/quic_sent_packet_manager_interface.h
|
| @@ -140,7 +140,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManagerInterface {
|
| virtual QuicBandwidth BandwidthEstimate() const = 0;
|
|
|
| // Returns the sustained bandwidth recorder on the default path.
|
| - virtual const QuicSustainedBandwidthRecorder& SustainedBandwidthRecorder()
|
| + virtual const QuicSustainedBandwidthRecorder* SustainedBandwidthRecorder()
|
| const = 0;
|
|
|
| // Returns the size of the current congestion window on default path in number
|
|
|