summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/client_socket_pool.h')
-rw-r--r--net/socket/client_socket_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h
index ae0f48a..ffb34b7 100644
--- a/net/socket/client_socket_pool.h
+++ b/net/socket/client_socket_pool.h
@@ -48,7 +48,7 @@ class ClientSocketPool : public base::RefCounted<ClientSocketPool> {
//
// Profiling information for the request is saved to |load_log| if non-NULL.
virtual int RequestSocket(const std::string& group_name,
- const HostResolver::RequestInfo& resolve_info,
+ const void* params,
int priority,
ClientSocketHandle* handle,
CompletionCallback* callback,