Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index 0daf51b90e7c5637cfd2b2b9ba1e6e18de139318..681e7b4793e0fa3af2a8ca8456400543a8aac9a9 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -45,7 +45,7 @@ class StreamInterfaceChannel : public rtc::StreamInterface { |
rtc::StreamState state_; |
rtc::BufferQueue packets_; |
- DISALLOW_COPY_AND_ASSIGN(StreamInterfaceChannel); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(StreamInterfaceChannel); |
}; |
@@ -243,7 +243,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl { |
rtc::Buffer remote_fingerprint_value_; |
std::string remote_fingerprint_algorithm_; |
- DISALLOW_COPY_AND_ASSIGN(DtlsTransportChannelWrapper); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(DtlsTransportChannelWrapper); |
}; |
} // namespace cricket |