summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_null.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_resolver_null.h')
-rw-r--r--net/proxy/proxy_resolver_null.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_resolver_null.h b/net/proxy/proxy_resolver_null.h
index 17276e8..e1bdcbd 100644
--- a/net/proxy/proxy_resolver_null.h
+++ b/net/proxy/proxy_resolver_null.h
@@ -15,8 +15,8 @@ class ProxyResolverNull : public ProxyResolver {
virtual int GetProxyConfig(ProxyConfig* config) {
return ERR_NOT_IMPLEMENTED;
}
- 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) {
return ERR_NOT_IMPLEMENTED;
}