Index: webrtc/api/test/fakeaudiocapturemodule.cc |
diff --git a/webrtc/api/test/fakeaudiocapturemodule.cc b/webrtc/api/test/fakeaudiocapturemodule.cc |
index 0b6478ed2f63c32613c6910c8098dea245dded38..b85f30b8361b0746791d017ade29bba677da2919 100644 |
--- a/webrtc/api/test/fakeaudiocapturemodule.cc |
+++ b/webrtc/api/test/fakeaudiocapturemodule.cc |
@@ -85,8 +85,9 @@ |
return kAdmMaxIdleTimeProcess - elapsed_time; |
} |
-void FakeAudioCaptureModule::Process() { |
+int32_t FakeAudioCaptureModule::Process() { |
last_process_time_ms_ = rtc::Time(); |
+ return 0; |
} |
int32_t FakeAudioCaptureModule::ActiveAudioLayer( |