Index: webrtc/base/bytebuffer.h |
diff --git a/webrtc/base/bytebuffer.h b/webrtc/base/bytebuffer.h |
index c4632f50b73ff2fb7df17d9dc0009cae4751fd3f..6cab2a829f5b1ffd7386f02526bda9974631f8b3 100644 |
--- a/webrtc/base/bytebuffer.h |
+++ b/webrtc/base/bytebuffer.h |
@@ -114,7 +114,7 @@ class ByteBuffer { |
// There are sensible ways to define these, but they aren't needed in our code |
// base. |
- DISALLOW_COPY_AND_ASSIGN(ByteBuffer); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(ByteBuffer); |
}; |
} // namespace rtc |