Index: webrtc/video/call_stats.h |
diff --git a/webrtc/video/call_stats.h b/webrtc/video/call_stats.h |
index 7bd74c6147fefbea210785d661106e002934ee1a..8a09b7eed73d5c41318098316d7f43f1091e4c6b 100644 |
--- a/webrtc/video/call_stats.h |
+++ b/webrtc/video/call_stats.h |
@@ -60,7 +60,7 @@ class CallStats : public Module { |
private: |
Clock* const clock_; |
// Protecting all members. |
- mutable rtc::CriticalSection crit_; |
+ rtc::CriticalSection crit_; |
// Observer receiving statistics updates. |
rtc::scoped_ptr<RtcpRttStats> rtcp_rtt_stats_; |
// The last time 'Process' resulted in statistic update. |