diff --git a/modules/congestion_controller/goog_cc/goog_cc_network_control.cc b/modules/congestion_controller/goog_cc/goog_cc_network_control.cc index ca5728f68b..549272d538 100644 --- a/modules/congestion_controller/goog_cc/goog_cc_network_control.cc +++ b/modules/congestion_controller/goog_cc/goog_cc_network_control.cc @@ -103,7 +103,8 @@ GoogCcNetworkController::GoogCcNetworkController(NetworkControllerConfig config, : nullptr), bandwidth_estimation_( absl::make_unique(event_log_)), - alr_detector_(absl::make_unique(key_value_config_)), + alr_detector_( + absl::make_unique(key_value_config_, config.event_log)), probe_bitrate_estimator_(new ProbeBitrateEstimator(config.event_log)), network_estimator_(std::move(goog_cc_config.network_state_estimator)), network_state_predictor_(