Index: talk/media/devices/filevideocapturer.cc |
diff --git a/talk/media/devices/filevideocapturer.cc b/talk/media/devices/filevideocapturer.cc |
index 96dbcb18f3d11460a994445fcd20c6d9dfb8ee0a..6025d6dd40cf5327b3aeb6242a1ada7e2dd6f8e8 100644 |
--- a/talk/media/devices/filevideocapturer.cc |
+++ b/talk/media/devices/filevideocapturer.cc |
@@ -150,7 +150,7 @@ class FileVideoCapturer::FileReadThread |
mutable rtc::CriticalSection crit_; |
bool finished_; |
- DISALLOW_COPY_AND_ASSIGN(FileReadThread); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(FileReadThread); |
}; |
///////////////////////////////////////////////////////////////////// |