Index: webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h |
index 36c3ecaf6f4bdff639968ea9d38c14da7264101d..eee90cf463202711419f88308bb70ac99e203988 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h |
@@ -99,7 +99,7 @@ class NadaBweSender : public BweSender { |
int64_t min_round_trip_time_ms_ = 100; |
bool original_operating_mode_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(NadaBweSender); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(NadaBweSender); |
}; |
} // namespace bwe |