Index: net/http/http_proxy_client_socket_pool.cc |
diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc |
index 829a5e78314968bca7b6acce7b9f6fd3c7215482..8b8c25ff6f2bd9ffbdf6f62b77a937fb0ba6d741 100644 |
--- a/net/http/http_proxy_client_socket_pool.cc |
+++ b/net/http/http_proxy_client_socket_pool.cc |
@@ -391,12 +391,11 @@ HttpProxyConnectJobFactory::HttpProxyConnectJobFactory( |
base::TimeDelta::FromSeconds(kHttpProxyConnectJobTimeoutInSeconds); |
} |
- |
scoped_ptr<ConnectJob> |
HttpProxyClientSocketPool::HttpProxyConnectJobFactory::NewConnectJob( |
const std::string& group_name, |
const PoolBase::Request& request, |
- ConnectJob::Delegate* delegate) const { |
+ ConnectJob::Delegate* delegate) { |
return scoped_ptr<ConnectJob>(new HttpProxyConnectJob(group_name, |
request.priority(), |
request.params(), |