summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_pinger.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/tcp_pinger.h')
-rw-r--r--net/socket/tcp_pinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/tcp_pinger.h b/net/socket/tcp_pinger.h
index 9c7163c..8b0f416 100644
--- a/net/socket/tcp_pinger.h
+++ b/net/socket/tcp_pinger.h
@@ -87,7 +87,7 @@ class TCPPinger {
}
void DoConnect() {
- sock_.reset(new TCPClientSocket(addr_, NULL));
+ sock_.reset(new TCPClientSocket(addr_, NULL, net::NetLog::Source()));
int rv = sock_->Connect(&connect_callback_);
// Regardless of success or failure, if we're done now,
// signal the customer.