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 d469e675e41f78b2410d66322cbf107a8c9abf98..3f049df9183bf33839bc97729952c84692d70b41 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 @@ |
return bitrate_controller_->TimeUntilNextProcess(); |
} |
-void RembBweSender::Process() { |
- bitrate_controller_->Process(); |
+int RembBweSender::Process() { |
+ return bitrate_controller_->Process(); |
} |
int RembBweSender::GetFeedbackIntervalMs() const { |