Index: third_party/libjingle/overrides/talk/base/logging.h |
diff --git a/third_party/libjingle/overrides/talk/base/logging.h b/third_party/libjingle/overrides/talk/base/logging.h |
index 4b051b3abe86b5194df4743f4e54f92890b8cddd..2d058e62568aded70e1fb91a94a01b43ed1a8ee3 100644 |
--- a/third_party/libjingle/overrides/talk/base/logging.h |
+++ b/third_party/libjingle/overrides/talk/base/logging.h |
@@ -235,7 +235,7 @@ class LogMessage { |
// are we in diagnostic mode (as defined by the app)? |
static bool is_diagnostic_mode_; |
- DISALLOW_EVIL_CONSTRUCTORS(LogMessage); |
+ DISALLOW_COPY_AND_ASSIGN(LogMessage); |
}; |
////////////////////////////////////////////////////////////////////// |