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

Unified Diff: webrtc/common.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/x11windowpicker.cc ('k') | webrtc/common_audio/audio_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common.h
diff --git a/webrtc/common.h b/webrtc/common.h
index d0d7eb192c341569c2929c14747d5b5bb31f276a..dda045ee6c0ca3a64756a706f9a6417c774a1b35 100644
--- a/webrtc/common.h
+++ b/webrtc/common.h
@@ -95,7 +95,7 @@ class Config {
typedef std::map<OptionIdentifier, BaseOption*> OptionMap;
OptionMap options_;
- // DISALLOW_COPY_AND_ASSIGN
+ // RTC_DISALLOW_COPY_AND_ASSIGN
Config(const Config&);
void operator=(const Config&);
};
« no previous file with comments | « webrtc/base/x11windowpicker.cc ('k') | webrtc/common_audio/audio_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698