Index: webrtc/base/sslidentity.h |
diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h |
index 47694bb62978995b346ba590f8433f5928299d2a..acbd94ef7d020cddc5f4f9b90dfded0f196ffc81 100644 |
--- a/webrtc/base/sslidentity.h |
+++ b/webrtc/base/sslidentity.h |
@@ -104,7 +104,7 @@ class SSLCertChain { |
std::vector<SSLCertificate*> certs_; |
- DISALLOW_COPY_AND_ASSIGN(SSLCertChain); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(SSLCertChain); |
}; |
// TODO(hbos, torbjorng): Don't change KT_DEFAULT without first |