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

Unified Diff: webrtc/base/macasyncsocket.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/base/logsinks.h ('k') | webrtc/base/maccocoasocketserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/macasyncsocket.h
diff --git a/webrtc/base/macasyncsocket.h b/webrtc/base/macasyncsocket.h
index a43177de5f25ab3a291ee4a76712ff48220e2dd9..735147443aad157da56ab687d931ce4a83a5cbf8 100644
--- a/webrtc/base/macasyncsocket.h
+++ b/webrtc/base/macasyncsocket.h
@@ -90,7 +90,7 @@ class MacAsyncSocket : public AsyncSocket, public sigslot::has_slots<> {
ConnState state_;
AsyncResolver* resolver_;
- DISALLOW_COPY_AND_ASSIGN(MacAsyncSocket);
+ RTC_DISALLOW_COPY_AND_ASSIGN(MacAsyncSocket);
};
} // namespace rtc
« no previous file with comments | « webrtc/base/logsinks.h ('k') | webrtc/base/maccocoasocketserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698