Index: webrtc/video/call_stats.h |
diff --git a/webrtc/video/call_stats.h b/webrtc/video/call_stats.h |
index bb3670c39d913eba5e467d6217d80fc272b2ec14..385f6ffbe0c81c921a669b3de60f4eaa3f2bd6e7 100644 |
--- a/webrtc/video/call_stats.h |
+++ b/webrtc/video/call_stats.h |
@@ -34,7 +34,7 @@ |
// Implements Module, to use the process thread. |
int64_t TimeUntilNextProcess() override; |
- void Process() override; |
+ int32_t Process() override; |
// Returns a RtcpRttStats to register at a statistics provider. The object |
// has the same lifetime as the CallStats instance. |