Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Unified Diff: webrtc/test/rtp_file_reader.cc

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/test/mac/video_renderer_mac.h ('k') | webrtc/test/rtp_file_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/rtp_file_reader.cc
diff --git a/webrtc/test/rtp_file_reader.cc b/webrtc/test/rtp_file_reader.cc
index c1a0bc81a24e93e8097f90b726d5f5dfba31d107..cb0e40705f4b1bc37d1b2a12cd0173c84a41131d 100644
--- a/webrtc/test/rtp_file_reader.cc
+++ b/webrtc/test/rtp_file_reader.cc
@@ -203,7 +203,7 @@ class RtpDumpReader : public RtpFileReaderImpl {
private:
FILE* file_;
- DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
+ RTC_DISALLOW_COPY_AND_ASSIGN(RtpDumpReader);
};
enum {
@@ -640,7 +640,7 @@ class PcapReader : public RtpFileReaderImpl {
std::vector<RtpPacketMarker> packets_;
PacketIterator next_packet_it_;
- DISALLOW_COPY_AND_ASSIGN(PcapReader);
+ RTC_DISALLOW_COPY_AND_ASSIGN(PcapReader);
};
RtpFileReader* RtpFileReader::Create(FileFormat format,
« no previous file with comments | « webrtc/test/mac/video_renderer_mac.h ('k') | webrtc/test/rtp_file_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698