Index: webrtc/modules/video_coding/main/test/test_util.h |
diff --git a/webrtc/modules/video_coding/main/test/test_util.h b/webrtc/modules/video_coding/main/test/test_util.h |
index 11fb6d4ddacccf4ff35d46f6ad8cc9e1175231c5..47e055ced4a0366599f514562d5887a7d242f542 100644 |
--- a/webrtc/modules/video_coding/main/test/test_util.h |
+++ b/webrtc/modules/video_coding/main/test/test_util.h |
@@ -68,7 +68,7 @@ class FileOutputFrameReceiver : public webrtc::VCMReceiveCallback { |
int height_; |
int count_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(FileOutputFrameReceiver); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FileOutputFrameReceiver); |
}; |
class CmdArgs { |