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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h

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
Index: webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h b/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h
index 883fbce5c866386c74e1bcaaafe87eaa0432c4d4..abce7e77919bbca7c373e6329c3f66ef461f7b67 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h
@@ -91,7 +91,7 @@ class RtpPacketizerVp9 : public RtpPacketizer {
size_t payload_size_; // The size in bytes of the payload data.
PacketInfoQueue packets_;
- DISALLOW_COPY_AND_ASSIGN(RtpPacketizerVp9);
+ RTC_DISALLOW_COPY_AND_ASSIGN(RtpPacketizerVp9);
};
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h ('k') | webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698