| Index: webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| index c19449ae2528f3b0eb3eecce6e88638f4ddbd098..c7c45f7eeba0ab6d9dddaf53cad10c2a3b4b8630 100644
|
| --- a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| @@ -893,7 +893,7 @@ TEST_F(ApmTest, DISABLED_EchoCancellationReportsCorrectDelays) {
|
| apm_->echo_cancellation()->enable_delay_logging(true));
|
| EXPECT_EQ(apm_->kNoError, apm_->echo_cancellation()->Enable(true));
|
| Config config;
|
| - config.Set<ReportedDelay>(new ReportedDelay(true));
|
| + config.Set<DelayAgnostic>(new DelayAgnostic(false));
|
| apm_->SetExtraOptions(config);
|
|
|
| // Internally in the AEC the amount of lookahead the delay estimation can
|
|
|