| Index: net/socket/client_socket_pool.h
|
| diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h
|
| index 07a05a197cf03a70a4aca69d1a3f875ba2ae680d..c8e84d0012a541bb436084a1509f4a6610c1c1c1 100644
|
| --- a/net/socket/client_socket_pool.h
|
| +++ b/net/socket/client_socket_pool.h
|
| @@ -78,7 +78,7 @@ class NET_EXPORT ClientSocketPool {
|
| const void* params,
|
| RequestPriority priority,
|
| ClientSocketHandle* handle,
|
| - OldCompletionCallback* callback,
|
| + const CompletionCallback& callback,
|
| const BoundNetLog& net_log) = 0;
|
|
|
| // RequestSockets is used to request that |num_sockets| be connected in the
|
|
|