Chromium Code Reviews| Index: webrtc/base/natserver.h |
| diff --git a/webrtc/base/natserver.h b/webrtc/base/natserver.h |
| index e987021773501176ff945a1f02b5bd7d8ad10a5f..eb470dc4a911b82f53698853abcaf5d970a29b48 100644 |
| --- a/webrtc/base/natserver.h |
| +++ b/webrtc/base/natserver.h |
| @@ -116,7 +116,7 @@ class NATServer : public sigslot::has_slots<> { |
| ProxyServer* tcp_proxy_server_; |
| InternalMap* int_map_; |
| ExternalMap* ext_map_; |
| - DISALLOW_COPY_AND_ASSIGN(NATServer); |
| + RTC_DISALLOW_COPY_AND_ASSIGN(NATServer); |
| }; |
| } // namespace rtc |