Index: webrtc/call/congestion_controller.h |
diff --git a/webrtc/call/congestion_controller.h b/webrtc/call/congestion_controller.h |
index b77c46faa3b48ab06d01c575ae98d05e8a206389..5f5e5905ed6ce381abad5878cc6dcdc53740b72a 100644 |
--- a/webrtc/call/congestion_controller.h |
+++ b/webrtc/call/congestion_controller.h |
@@ -74,7 +74,7 @@ class CongestionController { |
rtc::scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_; |
rtc::scoped_ptr<RemoteEstimatorProxy> remote_estimator_proxy_; |
- mutable rtc::CriticalSection encoder_crit_; |
+ rtc::CriticalSection encoder_crit_; |
std::vector<ViEEncoder*> encoders_ GUARDED_BY(encoder_crit_); |
// Registered at construct time and assumed to outlive this class. |