Index: webrtc/base/autodetectproxy.h |
diff --git a/webrtc/base/autodetectproxy.h b/webrtc/base/autodetectproxy.h |
index b9887bceb39516b9f62ed090a9b5b00ec70e2801..1bd523f8dba7278966cc84f233c100a9880e9dc0 100644 |
--- a/webrtc/base/autodetectproxy.h |
+++ b/webrtc/base/autodetectproxy.h |
@@ -81,7 +81,7 @@ class AutoDetectProxy : public SignalThread { |
AsyncSocket* socket_; |
int next_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(AutoDetectProxy); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(AutoDetectProxy); |
}; |
} // namespace rtc |