Index: net/base/host_port_pair.h |
=================================================================== |
--- net/base/host_port_pair.h (revision 95949) |
+++ net/base/host_port_pair.h (working copy) |
@@ -8,14 +8,14 @@ |
#include <string> |
#include "base/basictypes.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
struct addrinfo; |
class GURL; |
namespace net { |
-class NET_API HostPortPair { |
+class NET_EXPORT HostPortPair { |
public: |
HostPortPair(); |
// If |in_host| represents an IPv6 address, it should not bracket the address. |