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 c6d5c8d0883589826ee738a11418473f950a7fa6..b5e9abbb908bd82b44695a79720de88f92d66788 100644 |
--- a/net/socket/socks_client_socket_pool.h |
+++ b/net/socket/socks_client_socket_pool.h |
@@ -189,7 +189,7 @@ class NET_EXPORT_PRIVATE SOCKSClientSocketPool |
virtual scoped_ptr<ConnectJob> NewConnectJob( |
const std::string& group_name, |
const PoolBase::Request& request, |
- ConnectJob::Delegate* delegate) const OVERRIDE; |
+ ConnectJob::Delegate* delegate) OVERRIDE; |
virtual base::TimeDelta ConnectionTimeout() const OVERRIDE; |