Index: webrtc/base/scopedptrcollection.h |
diff --git a/webrtc/base/scopedptrcollection.h b/webrtc/base/scopedptrcollection.h |
index 47dff6503bc97122b769053556e7119d66d98d90..cfdb6f967397ae1ad6f7a5e445c56af94433c485 100644 |
--- a/webrtc/base/scopedptrcollection.h |
+++ b/webrtc/base/scopedptrcollection.h |
@@ -52,7 +52,7 @@ class ScopedPtrCollection { |
private: |
VectorT collection_; |
- DISALLOW_COPY_AND_ASSIGN(ScopedPtrCollection); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(ScopedPtrCollection); |
}; |
} // namespace rtc |