| Index: net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
|
| diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
|
| index 70bc8e2d4ed817c7f253a9d2d1c62644ca521aa9..30dcda2bde6f872fcb7859187fd6006866312db9 100644
|
| --- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
|
| +++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
|
| @@ -120,7 +120,6 @@ class NET_EXPORT_PRIVATE DhcpProxyScriptAdapterFetcher
|
| : public base::RefCountedThreadSafe<DhcpQuery> {
|
| public:
|
| DhcpQuery();
|
| - virtual ~DhcpQuery();
|
|
|
| // This method should run on a worker pool thread, via PostTaskAndReply.
|
| // After it has run, the |url()| method on this object will return the
|
| @@ -134,6 +133,9 @@ class NET_EXPORT_PRIVATE DhcpProxyScriptAdapterFetcher
|
| // Virtual method introduced to allow unit testing.
|
| virtual std::string ImplGetPacURLFromDhcp(const std::string& adapter_name);
|
|
|
| + friend class base::RefCountedThreadSafe<DhcpQuery>;
|
| + virtual ~DhcpQuery();
|
| +
|
| private:
|
| // The URL retrieved for the given adapter.
|
| std::string url_;
|
|
|