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