Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
index 3f049df9183bf33839bc97729952c84692d70b41..d469e675e41f78b2410d66322cbf107a8c9abf98 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc |
@@ -53,8 +53,8 @@ int64_t RembBweSender::TimeUntilNextProcess() { |
return bitrate_controller_->TimeUntilNextProcess(); |
} |
-int RembBweSender::Process() { |
- return bitrate_controller_->Process(); |
+void RembBweSender::Process() { |
+ bitrate_controller_->Process(); |
} |
int RembBweSender::GetFeedbackIntervalMs() const { |