Index: webrtc/test/rtp_file_writer.cc |
diff --git a/webrtc/test/rtp_file_writer.cc b/webrtc/test/rtp_file_writer.cc |
index 4acaa27815d325342681dfa1091049132b2d9111..90c46beb48565a81fb02160dd70696ff4274fb19 100644 |
--- a/webrtc/test/rtp_file_writer.cc |
+++ b/webrtc/test/rtp_file_writer.cc |
@@ -87,7 +87,7 @@ class RtpDumpWriter : public RtpFileWriter { |
FILE* file_; |
- DISALLOW_COPY_AND_ASSIGN(RtpDumpWriter); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(RtpDumpWriter); |
}; |
RtpFileWriter* RtpFileWriter::Create(FileFormat format, |