Index: webrtc/p2p/base/transportchannel.h |
diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h |
index e0dcc3719f4641b5fdb563ca42371cee20107d4f..f492e4e000ee5d27bc0e7dd3c47df6c6ca6e8fa0 100644 |
--- a/webrtc/p2p/base/transportchannel.h |
+++ b/webrtc/p2p/base/transportchannel.h |
@@ -157,7 +157,7 @@ class TransportChannel : public sigslot::has_slots<> { |
bool writable_; |
bool receiving_; |
- DISALLOW_COPY_AND_ASSIGN(TransportChannel); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(TransportChannel); |
}; |
} // namespace cricket |