summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_fixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_resolver_fixed.h')
-rw-r--r--net/proxy/proxy_resolver_fixed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_resolver_fixed.h b/net/proxy/proxy_resolver_fixed.h
index 81283e7..1103321 100644
--- a/net/proxy/proxy_resolver_fixed.h
+++ b/net/proxy/proxy_resolver_fixed.h
@@ -41,8 +41,8 @@ class ProxyResolverFixed : public ProxyResolver {
// ProxyResolver methods:
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: