Index: webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h |
index b8c47a4b55abb972c0ea494948cb43fa0473ffc4..696b7806f1873769638c8cc33d8c4542a4506f9a 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h |
+++ b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h |
@@ -82,7 +82,7 @@ class AimdRateControl { |
int64_t time_of_last_log_; |
bool in_experiment_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(AimdRateControl); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(AimdRateControl); |
}; |
} // namespace webrtc |