Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: webrtc/p2p/base/dtlstransportchannel.h

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/p2p/base/asyncstuntcpsocket.h ('k') | webrtc/p2p/base/p2ptransport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webrtc/p2p/base/asyncstuntcpsocket.h ('k') | webrtc/p2p/base/p2ptransport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698