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&); |
}; |