| Index: net/socket/tcp_socket_posix.h
|
| diff --git a/net/socket/tcp_socket_posix.h b/net/socket/tcp_socket_posix.h
|
| index 4d157e7ee9e00f031436e2f8f71b32900eb0ef27..f043d670c7552a000e469a834dd32f2d62a44c7f 100644
|
| --- a/net/socket/tcp_socket_posix.h
|
| +++ b/net/socket/tcp_socket_posix.h
|
| @@ -97,9 +97,9 @@ class NET_EXPORT TCPSocketPosix {
|
| //
|
| // TCPClientSocket may attempt to connect to multiple addresses until it
|
| // succeeds in establishing a connection. The corresponding log will have
|
| - // multiple NetLog::TYPE_TCP_CONNECT_ATTEMPT entries nested within a
|
| - // NetLog::TYPE_TCP_CONNECT. These methods set the start/end of
|
| - // NetLog::TYPE_TCP_CONNECT.
|
| + // multiple NetLogEventType::TCP_CONNECT_ATTEMPT entries nested within a
|
| + // NetLogEventType::TCP_CONNECT. These methods set the start/end of
|
| + // NetLogEventType::TCP_CONNECT.
|
| //
|
| // TODO(yzshen): Change logging format and let TCPClientSocket log the
|
| // start/end of a series of connect attempts itself.
|
|
|