Index: webrtc/base/thread_checker_impl.h |
diff --git a/webrtc/base/thread_checker_impl.h b/webrtc/base/thread_checker_impl.h |
index 045583591dbe998269b46b3873b4c83d7c3c4857..b9867c3e7d8c6268ed5eb8504b409a90784ef7b6 100644 |
--- a/webrtc/base/thread_checker_impl.h |
+++ b/webrtc/base/thread_checker_impl.h |
@@ -37,7 +37,7 @@ class ThreadCheckerImpl { |
void DetachFromThread(); |
private: |
- mutable CriticalSection lock_; |
+ CriticalSection lock_; |
// This is mutable so that CalledOnValidThread can set it. |
// It's guarded by |lock_|. |
mutable PlatformThreadRef valid_thread_; |