summaryrefslogtreecommitdiff
path: root/chromium/net/proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h')
-rw-r--r--chromium/net/proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h b/chromium/net/proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h
index 2ecf2250809..40b13cc3e3c 100644
--- a/chromium/net/proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h
+++ b/chromium/net/proxy_resolution/win/dhcp_pac_file_adapter_fetcher_win.h
@@ -157,7 +157,7 @@ class NET_EXPORT_PRIVATE DhcpPacFileAdapterFetcher
// Virtual methods introduced to allow unit testing.
virtual std::unique_ptr<PacFileFetcher> ImplCreateScriptFetcher();
- virtual DhcpQuery* ImplCreateDhcpQuery();
+ virtual scoped_refptr<DhcpQuery> ImplCreateDhcpQuery();
virtual base::TimeDelta ImplGetTimeout() const;
private: