| 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 31c7822af6d7eedb48087cc90218fbf155e710ca..a142576e3498a2d390b1345a7e117142fc778564 100644
|
| --- a/net/http/http_proxy_client_socket_pool.cc
|
| +++ b/net/http/http_proxy_client_socket_pool.cc
|
| @@ -199,7 +199,7 @@ int HttpProxyClientSocketPool::RequestSocket(const std::string& group_name,
|
|
|
| void HttpProxyClientSocketPool::CancelRequest(
|
| const std::string& group_name,
|
| - const ClientSocketHandle* handle) {
|
| + ClientSocketHandle* handle) {
|
| base_.CancelRequest(group_name, handle);
|
| }
|
|
|
|
|