Chromium Code Reviews| Index: net/udp/datagram_client_socket.h |
| =================================================================== |
| --- net/udp/datagram_client_socket.h (revision 85790) |
| +++ net/udp/datagram_client_socket.h (working copy) |
| @@ -13,7 +13,7 @@ |
| class IPEndPoint; |
| -class DatagramClientSocket : public DatagramSocket, public Socket { |
| +class NET_TEST DatagramClientSocket : public DatagramSocket, public Socket { |
| public: |
| virtual ~DatagramClientSocket() {} |