| Index: webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
|
| diff --git a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
|
| index a5f248502f5055ffdf6d0dbd8385c68a57f81c7f..8580f159c29f91ba2269956c2e519759fb2b7399 100644
|
| --- a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
|
| +++ b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
|
| @@ -450,8 +450,8 @@ void AecDumpBasedSimulator::HandleMessage(
|
| apm_config.level_controller.enabled = *settings_.use_lc;
|
| }
|
|
|
| - if (settings_.use_red) {
|
| - apm_config.residual_echo_detector.enabled = *settings_.use_red;
|
| + if (settings_.use_ed) {
|
| + apm_config.residual_echo_detector.enabled = *settings_.use_ed;
|
| }
|
|
|
| ap_->ApplyConfig(apm_config);
|
|
|