Index: webrtc/modules/audio_processing/aec3/echo_canceller3.h |
diff --git a/webrtc/modules/audio_processing/aec3/echo_canceller3.h b/webrtc/modules/audio_processing/aec3/echo_canceller3.h |
index aa19c05001509349af466f1cecf36077897ffbc6..6324cc6bda6cac95984b823422745a91b1c47b81 100644 |
--- a/webrtc/modules/audio_processing/aec3/echo_canceller3.h |
+++ b/webrtc/modules/audio_processing/aec3/echo_canceller3.h |
@@ -63,7 +63,9 @@ class Aec3RenderQueueItemVerifier { |
class EchoCanceller3 { |
public: |
// Normal c-tor to use. |
- EchoCanceller3(int sample_rate_hz, bool use_highpass_filter); |
+ EchoCanceller3(const AudioProcessing::Config::EchoCanceller3& config, |
+ int sample_rate_hz, |
+ bool use_highpass_filter); |
// Testing c-tor that is used only for testing purposes. |
EchoCanceller3(int sample_rate_hz, |
bool use_highpass_filter, |