| Index: net/udp/datagram_socket.h
|
| ===================================================================
|
| --- net/udp/datagram_socket.h (revision 95949)
|
| +++ net/udp/datagram_socket.h (working copy)
|
| @@ -6,7 +6,7 @@
|
| #define NET_UDP_DATAGRAM_SOCKET_H_
|
| #pragma once
|
|
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -15,7 +15,7 @@
|
|
|
| // A datagram socket is an interface to a protocol which exchanges
|
| // datagrams, like UDP.
|
| -class NET_TEST DatagramSocket {
|
| +class NET_EXPORT_PRIVATE DatagramSocket {
|
| public:
|
| // Type of source port binding to use.
|
| enum BindType {
|
|
|