Chromium Code Reviews| Index: net/udp/udp_server_socket.h |
| =================================================================== |
| --- net/udp/udp_server_socket.h (revision 85790) |
| +++ net/udp/udp_server_socket.h (working copy) |
| @@ -16,7 +16,7 @@ |
| class BoundNetLog; |
| // A client socket that uses UDP as the transport layer. |
| -class UDPServerSocket : public DatagramServerSocket { |
| +class NET_API UDPServerSocket : public DatagramServerSocket { |
| public: |
| UDPServerSocket(net::NetLog* net_log, |
| const net::NetLog::Source& source); |