Chromium Code Reviews| Index: net/socket/tcp_client_socket_libevent.h |
| =================================================================== |
| --- net/socket/tcp_client_socket_libevent.h (revision 89554) |
| +++ net/socket/tcp_client_socket_libevent.h (working copy) |
| @@ -22,7 +22,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, |
| + base::NonThreadSafe { |
|
wtc
2011/06/24 16:36:26
Should we also add 'public' to 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 |