diff options
Diffstat (limited to 'net/socket/socket.h')
-rw-r--r-- | net/socket/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/socket.h b/net/socket/socket.h index 450f42d..650bfd6 100644 --- a/net/socket/socket.h +++ b/net/socket/socket.h @@ -7,14 +7,14 @@ #pragma once #include "net/base/completion_callback.h" -#include "net/base/net_api.h" +#include "net/base/net_export.h" namespace net { class IOBuffer; // Represents a read/write socket. -class NET_API Socket { +class NET_EXPORT Socket { public: virtual ~Socket() {} |