Index: webrtc/base/messagequeue.h |
diff --git a/webrtc/base/messagequeue.h b/webrtc/base/messagequeue.h |
index e0cab8f5be491ae84fd0b89754c9705f21587763..23dbafc124c72460a81b9f7b203d231d6fd7023e 100644 |
--- a/webrtc/base/messagequeue.h |
+++ b/webrtc/base/messagequeue.h |
@@ -248,7 +248,7 @@ class MessageQueue { |
mutable CriticalSection crit_; |
private: |
- DISALLOW_COPY_AND_ASSIGN(MessageQueue); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(MessageQueue); |
}; |
} // namespace rtc |