| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
 | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
 | 
| index c55bb1ab1194fd50ac200a2f3efb9c2b8737c645..36dff1fb2ac5dfc1cad01104bd83bbf4b6648f6f 100644
 | 
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
 | 
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
 | 
| @@ -110,9 +110,9 @@ int64_t FullBweSender::TimeUntilNextProcess() {
 | 
|    return bitrate_controller_->TimeUntilNextProcess();
 | 
|  }
 | 
|  
 | 
| -int FullBweSender::Process() {
 | 
| +void FullBweSender::Process() {
 | 
|    rbe_->Process();
 | 
| -  return bitrate_controller_->Process();
 | 
| +  bitrate_controller_->Process();
 | 
|  }
 | 
|  
 | 
|  SendSideBweReceiver::SendSideBweReceiver(int flow_id)
 | 
| 
 |