Index: webrtc/modules/remote_bitrate_estimator/test/random.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/random.h b/webrtc/modules/remote_bitrate_estimator/test/random.h |
index 9713e437116d97378cd8c6833e02fbaac5794660..31c1ec142ebaa7aa8db0c6a5d680a1191418b65a 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/random.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/random.h |
@@ -33,7 +33,7 @@ class Random { |
uint32_t a_; |
uint32_t b_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(Random); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(Random); |
}; |
} // namespace webrtc |