| Index: net/socket/tcp_client_socket_libevent.h
|
| diff --git a/net/socket/tcp_client_socket_libevent.h b/net/socket/tcp_client_socket_libevent.h
|
| index 699ddc71b75a7482cd9f9c640a67d50130c40056..984c1502f9eddb53669867870d3847a1f1c02361 100644
|
| --- a/net/socket/tcp_client_socket_libevent.h
|
| +++ b/net/socket/tcp_client_socket_libevent.h
|
| @@ -6,6 +6,7 @@
|
| #define NET_SOCKET_TCP_CLIENT_SOCKET_LIBEVENT_H_
|
|
|
| #include "base/message_loop.h"
|
| +#include "base/non_thread_safe.h"
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| #include "net/base/address_list.h"
|
| @@ -20,7 +21,7 @@ namespace net {
|
| class BoundNetLog;
|
|
|
| // A client socket that uses TCP as the transport layer.
|
| -class TCPClientSocketLibevent : public ClientSocket {
|
| +class TCPClientSocketLibevent : public ClientSocket, 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
|
|
|