Index: webrtc/modules/audio_processing/aec/echo_cancellation.h |
diff --git a/webrtc/modules/audio_processing/aec/echo_cancellation.h b/webrtc/modules/audio_processing/aec/echo_cancellation.h |
index 8e5e52c32bfbb9ebe81ce4eb8521d18925afb671..10471139dc7beb1070978948f9c565724bca33f0 100644 |
--- a/webrtc/modules/audio_processing/aec/echo_cancellation.h |
+++ b/webrtc/modules/audio_processing/aec/echo_cancellation.h |
@@ -65,6 +65,9 @@ struct AecCore; |
class ApmDataDumper; |
typedef struct Aec { |
+ Aec(); |
+ ~Aec(); |
+ |
std::unique_ptr<ApmDataDumper> data_dumper; |
int delayCtr; |