Index: webrtc/modules/remote_bitrate_estimator/overuse_estimator.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h b/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h |
index 6499d8d04323669779301536772219b738d584e5..d671f39166f29200eed05429bb1276f6c2bd6776 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h |
@@ -63,7 +63,7 @@ class OveruseEstimator { |
double var_noise_; |
std::list<double> ts_delta_hist_; |
- DISALLOW_COPY_AND_ASSIGN(OveruseEstimator); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(OveruseEstimator); |
}; |
} // namespace webrtc |