Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
index 241c7d78a165f89fb0fd0d848fb069413c81ab51..74d2ee1025b3e65aafab149254ac8e90baf9885e 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
@@ -33,7 +33,7 @@ const int RemoteEstimatorProxy::kDefaultSendIntervalMs = 100; |
static constexpr int64_t kMaxTimeMs = |
std::numeric_limits<int64_t>::max() / 1000; |
-RemoteEstimatorProxy::RemoteEstimatorProxy(Clock* clock, |
+RemoteEstimatorProxy::RemoteEstimatorProxy(const Clock* clock, |
PacketRouter* packet_router) |
: clock_(clock), |
packet_router_(packet_router), |