Index: webrtc/p2p/base/p2ptransport.h |
diff --git a/webrtc/p2p/base/p2ptransport.h b/webrtc/p2p/base/p2ptransport.h |
index 34cc8491a92719daa62a61785883add07e66d7c3..2e27bd8a3b207561e054dacadd0641a01fcf7bcd 100644 |
--- a/webrtc/p2p/base/p2ptransport.h |
+++ b/webrtc/p2p/base/p2ptransport.h |
@@ -31,7 +31,7 @@ class P2PTransport : public Transport { |
friend class P2PTransportChannel; |
- DISALLOW_COPY_AND_ASSIGN(P2PTransport); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(P2PTransport); |
}; |
} // namespace cricket |