| Index: webrtc/test/vcm_capturer.h
 | 
| diff --git a/webrtc/test/vcm_capturer.h b/webrtc/test/vcm_capturer.h
 | 
| index fdb594b10ee964eea933003469b0e6fa1e85e15a..2b4323c0e55f01f8241b1c7ba413bb344df7d9bf 100644
 | 
| --- a/webrtc/test/vcm_capturer.h
 | 
| +++ b/webrtc/test/vcm_capturer.h
 | 
| @@ -49,8 +49,8 @@ class VcmCapturer
 | 
|    void Destroy();
 | 
|  
 | 
|    rtc::CriticalSection crit_;
 | 
| -  bool started_ GUARDED_BY(crit_);
 | 
| -  rtc::VideoSinkInterface<VideoFrame>* sink_ GUARDED_BY(crit_);
 | 
| +  bool started_ RTC_GUARDED_BY(crit_);
 | 
| +  rtc::VideoSinkInterface<VideoFrame>* sink_ RTC_GUARDED_BY(crit_);
 | 
|    rtc::scoped_refptr<VideoCaptureModule> vcm_;
 | 
|    VideoCaptureCapability capability_;
 | 
|  };
 | 
| 
 |