| Index: net/udp/udp_client_socket.h
|
| ===================================================================
|
| --- net/udp/udp_client_socket.h (revision 95949)
|
| +++ net/udp/udp_client_socket.h (working copy)
|
| @@ -16,7 +16,7 @@
|
| class BoundNetLog;
|
|
|
| // A client socket that uses UDP as the transport layer.
|
| -class NET_TEST UDPClientSocket : public DatagramClientSocket {
|
| +class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket {
|
| public:
|
| UDPClientSocket(DatagramSocket::BindType bind_type,
|
| const RandIntCallback& rand_int_cb,
|
|
|