| 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 af3b953971fe631cd80dcbd192c00755a6047ad6..c448470202728e08ca16993b544e78e89edd9498 100644
|
| --- a/net/quic/quic_sent_packet_manager.h
|
| +++ b/net/quic/quic_sent_packet_manager.h
|
| @@ -322,8 +322,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
|
|
|
| // Update the RTT if the ack is for the largest acked packet number.
|
| // Returns true if the rtt was updated.
|
| - bool MaybeUpdateRTT(const QuicAckFrame& ack_frame,
|
| - const QuicTime& ack_receive_time);
|
| + bool MaybeUpdateRTT(const QuicAckFrame& ack_frame, QuicTime ack_receive_time);
|
|
|
| // Invokes the loss detection algorithm and loses and retransmits packets if
|
| // necessary.
|
|
|