Chromium Code Reviews| Index: webrtc/modules/audio_processing/aec/aec_core_internal.h |
| diff --git a/webrtc/modules/audio_processing/aec/aec_core_internal.h b/webrtc/modules/audio_processing/aec/aec_core_internal.h |
| index 796ea2c9c0667d1204e9127dc9da844eb8fbb5cf..7cc439ac8c079cd7f4e9a4f79c018d6f31628834 100644 |
| --- a/webrtc/modules/audio_processing/aec/aec_core_internal.h |
| +++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h |
| @@ -166,6 +166,7 @@ struct AecCore { |
| rtc_WavWriter* nearFile; |
| rtc_WavWriter* outFile; |
| rtc_WavWriter* outLinearFile; |
| + FILE* e_fft_file; |
| #endif |
| }; |