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