| Index: webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| diff --git a/webrtc/modules/audio_processing/echo_cancellation_impl.cc b/webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| index f18c1c3f8a46aaa1d77b93ec87f687e23909c51a..2de4d13f686bfcd8a65b0773847d36bac76d0976 100644
|
| --- a/webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| +++ b/webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| @@ -532,7 +532,7 @@ void EchoCancellationImpl::AllocateRenderQueue() {
|
| }
|
| }
|
|
|
| -void EchoCancellationImpl::SetExtraOptions(const Config& config) {
|
| +void EchoCancellationImpl::SetExtraOptions(const webrtc::Config& config) {
|
| {
|
| rtc::CritScope cs(crit_capture_);
|
| extended_filter_enabled_ = config.Get<ExtendedFilter>().enabled;
|
|
|