| Index: net/socket/tcp_server_socket_libevent.h
|
| ===================================================================
|
| --- net/socket/tcp_server_socket_libevent.h (revision 89554)
|
| +++ net/socket/tcp_server_socket_libevent.h (working copy)
|
| @@ -16,9 +16,9 @@
|
|
|
| class IPEndPoint;
|
|
|
| -class TCPServerSocketLibevent : public ServerSocket,
|
| - public base::NonThreadSafe,
|
| - public MessageLoopForIO::Watcher {
|
| +class NET_TEST TCPServerSocketLibevent : public ServerSocket,
|
| + public base::NonThreadSafe,
|
| + public MessageLoopForIO::Watcher {
|
| public:
|
| TCPServerSocketLibevent(net::NetLog* net_log,
|
| const net::NetLog::Source& source);
|
|
|