Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
index 9832eb2d289d66a5c33bd108ed58de46922a41bc..57d0432f89bf165371895a4c4b5487b0aa37efd7 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
@@ -31,7 +31,7 @@ |
void OnReceiveBitrateChanged(const std::vector<uint32_t>& ssrcs, |
uint32_t bitrate) override; |
int64_t TimeUntilNextProcess() override; |
- void Process() override; |
+ int Process() override; |
protected: |
rtc::scoped_ptr<BitrateController> bitrate_controller_; |