| Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
|
| index 7145543960df2f89a674816686975f1d560506a6..93d5244b67ba012b7fb87e8af6e2cd78fc568737 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
|
| @@ -47,7 +47,7 @@
|
| void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override {}
|
| void SetMinBitrate(int min_bitrate_bps) override {}
|
| int64_t TimeUntilNextProcess() override;
|
| - int32_t Process() override;
|
| + void Process() override;
|
|
|
| static const int kDefaultProcessIntervalMs;
|
| static const int kBackWindowMs;
|
|
|