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 5deecd6..b064803 100644 --- a/net/proxy/proxy_resolver_fixed.cc +++ b/net/proxy/proxy_resolver_fixed.cc @@ -13,8 +13,8 @@ int ProxyResolverFixed::GetProxyConfig(ProxyConfig* config) { return OK; } -int ProxyResolverFixed::GetProxyForURL(const std::string& query_url, - const std::string& pac_url, +int ProxyResolverFixed::GetProxyForURL(const GURL& query_url, + const GURL& pac_url, ProxyInfo* results) { NOTREACHED() << "Should not be asked to do proxy auto config"; return ERR_FAILED; |