| Index: net/quic/congestion_control/general_loss_algorithm.cc
|
| diff --git a/net/quic/congestion_control/general_loss_algorithm.cc b/net/quic/congestion_control/general_loss_algorithm.cc
|
| index f1239b7a3e692fd9747c94a8b1f7711b0b998d3b..69623b0362a32de3abdbbc68d891b774f07ef7d3 100644
|
| --- a/net/quic/congestion_control/general_loss_algorithm.cc
|
| +++ b/net/quic/congestion_control/general_loss_algorithm.cc
|
| @@ -36,7 +36,7 @@ LossDetectionType GeneralLossAlgorithm::GetLossDetectionType() const {
|
| // Uses nack counts to decide when packets are lost.
|
| void GeneralLossAlgorithm::DetectLosses(
|
| const QuicUnackedPacketMap& unacked_packets,
|
| - const QuicTime& time,
|
| + QuicTime time,
|
| const RttStats& rtt_stats,
|
| SendAlgorithmInterface::CongestionVector* packets_lost) {
|
| const QuicPacketNumber largest_observed = unacked_packets.largest_observed();
|
|
|