summaryrefslogtreecommitdiffstats
path: root/net/quic/congestion_control/rtt_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/congestion_control/rtt_stats.h')
-rw-r--r--net/quic/congestion_control/rtt_stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/congestion_control/rtt_stats.h b/net/quic/congestion_control/rtt_stats.h
index df1df773..0b888f3 100644
--- a/net/quic/congestion_control/rtt_stats.h
+++ b/net/quic/congestion_control/rtt_stats.h
@@ -39,7 +39,7 @@ class NET_EXPORT_PRIVATE RttStats {
void SampleNewRecentMinRtt(uint32 num_samples);
// Called when connection migrates and rtt measurement needs to be reset.
- void OnConnectionMigration() {}
+ void OnConnectionMigration();
// Returns the EWMA smoothed RTT for the connection.
// May return Zero if no valid updates have occurred.