Index: webrtc/base/rollingaccumulator.h |
diff --git a/webrtc/base/rollingaccumulator.h b/webrtc/base/rollingaccumulator.h |
index 25434fb1b9a60b81f3087f205b15b49d5712a307..e1053801917955215b6f04d3b404f4ee3cc9b1fa 100644 |
--- a/webrtc/base/rollingaccumulator.h |
+++ b/webrtc/base/rollingaccumulator.h |
@@ -165,7 +165,7 @@ class RollingAccumulator { |
mutable bool min_stale_; |
std::vector<T> samples_; |
- DISALLOW_COPY_AND_ASSIGN(RollingAccumulator); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(RollingAccumulator); |
}; |
} // namespace rtc |