| 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 b117dbbebe79dd1657d0d1bf45f08ccacfc7cdf2..10d4fcdf6f9ab4f44134728284a601d502b6202e 100644
|
| --- a/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
|
| +++ b/webrtc/modules/audio_processing/test/aec_dump_based_simulator.cc
|
| @@ -491,7 +491,7 @@ void AecDumpBasedSimulator::HandleMessage(
|
| }
|
|
|
| if (settings_.use_aec3) {
|
| - config.Set<EchoCanceller3>(new EchoCanceller3(*settings_.use_aec3));
|
| + apm_config.echo_canceller3.enabled = *settings_.use_aec3;
|
| }
|
|
|
| if (settings_.use_lc) {
|
|
|