Index: talk/media/devices/filevideocapturer.cc |
diff --git a/talk/media/devices/filevideocapturer.cc b/talk/media/devices/filevideocapturer.cc |
index 72398e0b88aade30dd6bc8f0459b7c67acbb26d3..8849a09b258f1d6f417deafee0439187bf26c945 100644 |
--- a/talk/media/devices/filevideocapturer.cc |
+++ b/talk/media/devices/filevideocapturer.cc |
@@ -149,7 +149,7 @@ class FileVideoCapturer::FileReadThread |
private: |
FileVideoCapturer* capturer_; |
- mutable rtc::CriticalSection crit_; |
+ rtc::CriticalSection crit_; |
bool finished_; |
RTC_DISALLOW_COPY_AND_ASSIGN(FileReadThread); |