| Index: net/socket/client_socket_pool.h
|
| diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h
|
| index b22da31058e1a558f72892224ed9d53e6af48bef..646b5edbbe6476c1f87ec6aaf2460cad2f43022b 100644
|
| --- a/net/socket/client_socket_pool.h
|
| +++ b/net/socket/client_socket_pool.h
|
| @@ -71,7 +71,7 @@ class ClientSocketPool : public base::RefCounted<ClientSocketPool> {
|
| // not run. However, for performance, we will let one ConnectJob complete
|
| // and go idle.
|
| virtual void CancelRequest(const std::string& group_name,
|
| - const ClientSocketHandle* handle) = 0;
|
| + ClientSocketHandle* handle) = 0;
|
|
|
| // Called to release a socket once the socket is no longer needed. If the
|
| // socket still has an established connection, then it will be added to the
|
|
|