Index: webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h |
diff --git a/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h b/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h |
index 63949f7619ae3ebd99bc869c456ccabd3a1cd736..b1bc09a9a358661ad2cf240802ef0a3e33108fc8 100644 |
--- a/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h |
+++ b/webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h |
@@ -43,7 +43,7 @@ class RemoteNtpTimeEstimator { |
rtc::scoped_ptr<TimestampExtrapolator> ts_extrapolator_; |
RtcpList rtcp_list_; |
int64_t last_timing_log_ms_; |
- DISALLOW_COPY_AND_ASSIGN(RemoteNtpTimeEstimator); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(RemoteNtpTimeEstimator); |
}; |
} // namespace webrtc |