Index: webrtc/api/test/fakeaudiocapturemodule.h |
diff --git a/webrtc/api/test/fakeaudiocapturemodule.h b/webrtc/api/test/fakeaudiocapturemodule.h |
index c27d02df6432a82361982773b251f9c1695aebf2..9200bdf6f318e414a895436274d60dddcae0a014 100644 |
--- a/webrtc/api/test/fakeaudiocapturemodule.h |
+++ b/webrtc/api/test/fakeaudiocapturemodule.h |
@@ -56,7 +56,7 @@ class FakeAudioCaptureModule |
// nothing and return success. If a function is not expected to be called by |
// PeerConnection an assertion is triggered if it is in fact called. |
int64_t TimeUntilNextProcess() override; |
- int32_t Process() override; |
+ void Process() override; |
int32_t ActiveAudioLayer(AudioLayer* audio_layer) const override; |