diff options
Diffstat (limited to 'net/proxy/proxy_resolver_fixed.cc')
-rw-r--r-- | net/proxy/proxy_resolver_fixed.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_resolver_fixed.cc b/net/proxy/proxy_resolver_fixed.cc index 412cd2d..2bbddd2 100644 --- a/net/proxy/proxy_resolver_fixed.cc +++ b/net/proxy/proxy_resolver_fixed.cc @@ -38,8 +38,8 @@ int ProxyResolverFixed::GetProxyConfig(ProxyConfig* config) { return OK; } -int ProxyResolverFixed::GetProxyForURL(const std::wstring& query_url, - const std::wstring& pac_url, +int ProxyResolverFixed::GetProxyForURL(const std::string& query_url, + const std::string& pac_url, ProxyInfo* results) { NOTREACHED() << "Should not be asked to do proxy auto config"; return ERR_FAILED; |