| Index: net/udp/udp_server_socket.h
|
| ===================================================================
|
| --- net/udp/udp_server_socket.h (revision 95949)
|
| +++ 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 NET_API UDPServerSocket : public DatagramServerSocket {
|
| +class NET_EXPORT UDPServerSocket : public DatagramServerSocket {
|
| public:
|
| UDPServerSocket(net::NetLog* net_log,
|
| const net::NetLog::Source& source);
|
|
|