summaryrefslogtreecommitdiff
path: root/chromium/net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.h')
-rw-r--r--chromium/net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.h b/chromium/net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.h
index 75851e9b09b..3ca09d1c578 100644
--- a/chromium/net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.h
+++ b/chromium/net/third_party/quiche/src/quiche/quic/core/congestion_control/bandwidth_sampler.h
@@ -177,7 +177,7 @@ class QUIC_EXPORT_PRIVATE MaxAckHeightTracker {
// one. Stats only.
uint64_t num_ack_aggregation_epochs_ = 0;
double ack_aggregation_bandwidth_threshold_ =
- GetQuicFlag(FLAGS_quic_ack_aggregation_bandwidth_threshold);
+ GetQuicFlag(quic_ack_aggregation_bandwidth_threshold);
bool start_new_aggregation_epoch_after_full_round_ = false;
bool reduce_extra_acked_on_bandwidth_increase_ = false;
};