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