summaryrefslogtreecommitdiffstats
path: root/net/dns/async_host_resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dns/async_host_resolver.h')
-rw-r--r--net/dns/async_host_resolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns/async_host_resolver.h b/net/dns/async_host_resolver.h
index ddefbaf..aecc403 100644
--- a/net/dns/async_host_resolver.h
+++ b/net/dns/async_host_resolver.h
@@ -24,7 +24,7 @@ namespace net {
class AddressesList;
class ClientSocketFactory;
-class NET_API AsyncHostResolver
+class NET_EXPORT AsyncHostResolver
: public HostResolver,
public DnsTransaction::Delegate,
NON_EXPORTED_BASE(public base::NonThreadSafe) {