Index: webrtc/base/logging.h |
diff --git a/webrtc/base/logging.h b/webrtc/base/logging.h |
index 739bf631283963847fd1f31f0e9f825b741b88ec..b8f460c1bd8d5e80f0a80f048cecfa96ac153774 100644 |
--- a/webrtc/base/logging.h |
+++ b/webrtc/base/logging.h |
@@ -239,7 +239,7 @@ class LogMessage { |
// Determines if logs will be directed to stderr in debug mode. |
static bool log_to_stderr_; |
- DISALLOW_COPY_AND_ASSIGN(LogMessage); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(LogMessage); |
}; |
////////////////////////////////////////////////////////////////////// |