Index: webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h b/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h |
index d15799344e6e3e19cf249b28d02e03f40a3770ce..2520ba5366201e315e41c932b833e890fbea517d 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h |
+++ b/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h |
@@ -34,8 +34,7 @@ class MimdRateControl : public RemoteRateControl { |
uint32_t LatestEstimate() const override; |
uint32_t UpdateBandwidthEstimate(int64_t now_ms) override; |
void SetRtt(int64_t rtt) override; |
- RateControlRegion Update(const RateControlInput* input, |
- int64_t now_ms) override; |
+ void Update(const RateControlInput* input, int64_t now_ms) override; |
void SetEstimate(int bitrate_bps, int64_t now_ms) override; |
private: |