summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/tcp_client_socket_pool.h')
-rw-r--r--net/socket/tcp_client_socket_pool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/socket/tcp_client_socket_pool.h b/net/socket/tcp_client_socket_pool.h
index 7896ea9..50b1237 100644
--- a/net/socket/tcp_client_socket_pool.h
+++ b/net/socket/tcp_client_socket_pool.h
@@ -50,7 +50,7 @@ class TCPConnectJob : public ConnectJob {
ClientSocketFactory* client_socket_factory,
HostResolver* host_resolver,
Delegate* delegate,
- LoadLog* load_log);
+ const BoundNetLog& net_log);
virtual ~TCPConnectJob();
// ConnectJob methods.
@@ -112,7 +112,7 @@ class TCPClientSocketPool : public ClientSocketPool {
RequestPriority priority,
ClientSocketHandle* handle,
CompletionCallback* callback,
- LoadLog* load_log);
+ const BoundNetLog& net_log);
virtual void CancelRequest(const std::string& group_name,
const ClientSocketHandle* handle);
@@ -153,7 +153,7 @@ class TCPClientSocketPool : public ClientSocketPool {
const std::string& group_name,
const PoolBase::Request& request,
ConnectJob::Delegate* delegate,
- LoadLog* load_log) const;
+ const BoundNetLog& net_log) const;
private:
ClientSocketFactory* const client_socket_factory_;