Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
index a84d6f0a5c33fefd15a763d8c69cdf55dbe46b8b..2870be8b449dd895c09480789cd412a183e7518e 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
@@ -44,7 +44,7 @@ class DelayCapHelper { |
int64_t max_delay_us_; |
Stats<double> delay_stats_; |
- DISALLOW_COPY_AND_ASSIGN(DelayCapHelper); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(DelayCapHelper); |
}; |
const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids) { |