Index: net/base/ip_endpoint.h |
=================================================================== |
--- net/base/ip_endpoint.h (revision 95949) |
+++ net/base/ip_endpoint.h (working copy) |
@@ -7,7 +7,7 @@ |
#pragma once |
#include "base/basictypes.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
#include "net/base/net_util.h" |
struct sockaddr; |
@@ -17,7 +17,7 @@ |
// An IPEndPoint represents the address of a transport endpoint: |
// * IP address (either v4 or v6) |
// * Port |
-class NET_API IPEndPoint { |
+class NET_EXPORT IPEndPoint { |
public: |
IPEndPoint(); |
virtual ~IPEndPoint(); |