Index: net/socket/socks_client_socket_pool.h |
diff --git a/net/socket/socks_client_socket_pool.h b/net/socket/socks_client_socket_pool.h |
index 6a2ed80264eb98a59bb51357c8fc4ed9c11bddc2..795c13cea78c9d40d064067a5fa394dbbad14a9a 100644 |
--- a/net/socket/socks_client_socket_pool.h |
+++ b/net/socket/socks_client_socket_pool.h |
@@ -46,6 +46,8 @@ class SOCKSSocketParams : public base::RefCounted<SOCKSSocketParams> { |
// This is the HTTP destination. |
HostResolver::RequestInfo destination_; |
const bool socks_v5_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(SOCKSSocketParams); |
}; |
// SOCKSConnectJob handles the handshake to a socks server after setting up |