| Index: net/socket/tcp_client_socket_libevent.h
|
| ===================================================================
|
| --- net/socket/tcp_client_socket_libevent.h (revision 90330)
|
| +++ net/socket/tcp_client_socket_libevent.h (working copy)
|
| @@ -20,7 +20,8 @@
|
| class BoundNetLog;
|
|
|
| // A client socket that uses TCP as the transport layer.
|
| -class TCPClientSocketLibevent : public StreamSocket, base::NonThreadSafe {
|
| +class NET_TEST TCPClientSocketLibevent : public StreamSocket,
|
| + public base::NonThreadSafe {
|
| public:
|
| // The IP address(es) and port number to connect to. The TCP socket will try
|
| // each IP address in the list until it succeeds in establishing a
|
|
|