summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_winhttp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_resolver_winhttp.h')
-rw-r--r--net/proxy/proxy_resolver_winhttp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_resolver_winhttp.h b/net/proxy/proxy_resolver_winhttp.h
index 5d2a432..5de8b01 100644
--- a/net/proxy/proxy_resolver_winhttp.h
+++ b/net/proxy/proxy_resolver_winhttp.h
@@ -45,8 +45,8 @@ class ProxyResolverWinHttp : public ProxyResolver {
// ProxyResolver implementation:
virtual int GetProxyConfig(ProxyConfig* config);
- virtual int GetProxyForURL(const std::wstring& query_url,
- const std::wstring& pac_url,
+ virtual int GetProxyForURL(const std::string& query_url,
+ const std::string& pac_url,
ProxyInfo* results);
private: