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 ed92944..2ecd62c 100644
--- a/net/proxy/proxy_resolver_fixed.h
+++ b/net/proxy/proxy_resolver_fixed.h
@@ -16,8 +16,8 @@ class ProxyResolverFixed : public ProxyResolver {
// ProxyResolver methods:
virtual int GetProxyConfig(ProxyConfig* config);
- virtual int GetProxyForURL(const std::string& query_url,
- const std::string& pac_url,
+ virtual int GetProxyForURL(const GURL& query_url,
+ const GURL& pac_url,
ProxyInfo* results);
private: