Chromium Code Reviews| Index: net/udp/udp_client_socket.h |
| =================================================================== |
| --- net/udp/udp_client_socket.h (revision 85790) |
| +++ net/udp/udp_client_socket.h (working copy) |
| @@ -15,7 +15,7 @@ |
| class BoundNetLog; |
| // A client socket that uses UDP as the transport layer. |
| -class UDPClientSocket : public DatagramClientSocket { |
| +class NET_TEST UDPClientSocket : public DatagramClientSocket { |
|
Sergey Ulanov
2011/05/18 22:54:07
Why is this NET_TEST instead of NET_API?
rvargas (doing something else)
2011/05/19 22:02:27
Because there is nobody outside net using this cod
|
| public: |
| UDPClientSocket(net::NetLog* net_log, |
| const net::NetLog::Source& source); |