| Index: net/dns/host_resolver_proc.h
|
| diff --git a/net/dns/host_resolver_proc.h b/net/dns/host_resolver_proc.h
|
| index ee8777f44bf95c24b8244a89ef0a6e1af60c67cb..014a720e375121e3ed765dc36c56f044b7c5e071 100644
|
| --- a/net/dns/host_resolver_proc.h
|
| +++ b/net/dns/host_resolver_proc.h
|
| @@ -92,7 +92,7 @@ NET_EXPORT_PRIVATE int SystemHostResolverCall(
|
| int* os_error);
|
|
|
| // Wraps call to SystemHostResolverCall as an instance of HostResolverProc.
|
| -class SystemHostResolverProc : public HostResolverProc {
|
| +class NET_EXPORT_PRIVATE SystemHostResolverProc : public HostResolverProc {
|
| public:
|
| SystemHostResolverProc();
|
| virtual int Resolve(const std::string& hostname,
|
|
|