Index: net/quic/quic_sent_packet_manager.cc |
diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc |
index 7a26504c34bbe0a0ee0d15b49b8aee534260a1b1..1f86a07958641a7b74abeb22b5c9eddc9c36bd55 100644 |
--- a/net/quic/quic_sent_packet_manager.cc |
+++ b/net/quic/quic_sent_packet_manager.cc |
@@ -897,9 +897,9 @@ QuicBandwidth QuicSentPacketManager::BandwidthEstimate() const { |
return send_algorithm_->BandwidthEstimate(); |
} |
-const QuicSustainedBandwidthRecorder& |
+const QuicSustainedBandwidthRecorder* |
QuicSentPacketManager::SustainedBandwidthRecorder() const { |
- return sustained_bandwidth_recorder_; |
+ return &sustained_bandwidth_recorder_; |
} |
QuicPacketCount QuicSentPacketManager::EstimateMaxPacketsInFlight( |