| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h | 
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h | 
| index 3621f9bdfdcc2965b7f181abd35d360563644aa7..8c211e4d9cd78c648bfe6dc9615e715654bb46fa 100644 | 
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h | 
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h | 
| @@ -35,7 +35,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp { | 
| int64_t TimeUntilNextProcess() override; | 
|  | 
| // Process any pending tasks such as timeouts. | 
| -  int32_t Process() override; | 
| +  void Process() override; | 
|  | 
| // Receiver part. | 
|  | 
|  |