Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
index a7f3c9fa64a807c6db5adb4a916a1d2bd2656866..790fe819ef8d50d33841c4583f6cf7232c6c5e18 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
@@ -85,7 +85,7 @@ public: |
RTCPVoIPMetric* VoIPMetric; |
private: |
- DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation); |
}; |
class RTCPReceiveInformation |