Index: webrtc/p2p/base/transportchannelproxy.h |
diff --git a/webrtc/p2p/base/transportchannelproxy.h b/webrtc/p2p/base/transportchannelproxy.h |
index e39398abe850ca563e355ad07760592a7106ae1d..f10f5076ebd3b35540de01dafdd31c726ca467e6 100644 |
--- a/webrtc/p2p/base/transportchannelproxy.h |
+++ b/webrtc/p2p/base/transportchannelproxy.h |
@@ -88,7 +88,7 @@ class TransportChannelProxy : public TransportChannel, |
OptionList options_; |
std::vector<std::string> pending_srtp_ciphers_; |
- DISALLOW_COPY_AND_ASSIGN(TransportChannelProxy); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(TransportChannelProxy); |
}; |
} // namespace cricket |