summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/tcp_client_socket_pool.cc')
-rw-r--r--net/socket/tcp_client_socket_pool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/tcp_client_socket_pool.cc b/net/socket/tcp_client_socket_pool.cc
index 2caa3fb..c2fedb2 100644
--- a/net/socket/tcp_client_socket_pool.cc
+++ b/net/socket/tcp_client_socket_pool.cc
@@ -23,7 +23,7 @@ namespace net {
TCPSocketParams::TCPSocketParams(const HostPortPair& host_port_pair,
RequestPriority priority, const GURL& referrer,
bool disable_resolver_cache)
- : destination_(host_port_pair.host, host_port_pair.port) {
+ : destination_(host_port_pair.host(), host_port_pair.port()) {
Initialize(priority, referrer, disable_resolver_cache);
}