Index: webrtc/modules/audio_processing/test/debug_dump_test.cc |
diff --git a/webrtc/modules/audio_processing/test/debug_dump_test.cc b/webrtc/modules/audio_processing/test/debug_dump_test.cc |
index d67a73e40c71e07e079b17a3fc8f2f44b909688b..b89ccdffc3d340d502d95d6c1495d92994c2abf0 100644 |
--- a/webrtc/modules/audio_processing/test/debug_dump_test.cc |
+++ b/webrtc/modules/audio_processing/test/debug_dump_test.cc |
@@ -187,7 +187,7 @@ void DebugDumpGenerator::SetOutputChannels(int channels) { |
} |
void DebugDumpGenerator::StartRecording() { |
- apm_->StartDebugRecording(dump_file_name_.c_str(), -1); |
+ apm_->StartDebugRecording(dump_file_name_.c_str(), -1, nullptr); |
} |
void DebugDumpGenerator::Process(size_t num_blocks) { |