diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 05:11:38 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 05:11:38 +0000 |
commit | 82f954e39c77f4dc20d39c88ca49982a9e48cf94 (patch) | |
tree | c4f4908b6dacd9ae81070ca080b7fc13b5ebd151 /net/proxy/proxy_resolver_winhttp.h | |
parent | bd9b55430689403d9b17fcfe633266c8ad650df4 (diff) | |
download | chromium_src-82f954e39c77f4dc20d39c88ca49982a9e48cf94.zip chromium_src-82f954e39c77f4dc20d39c88ca49982a9e48cf94.tar.gz chromium_src-82f954e39c77f4dc20d39c88ca49982a9e48cf94.tar.bz2 |
Change the ProxyService to work with ASCII strings.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@711 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_resolver_winhttp.h')
-rw-r--r-- | net/proxy/proxy_resolver_winhttp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_resolver_winhttp.h b/net/proxy/proxy_resolver_winhttp.h index 5d2a432..5de8b01 100644 --- a/net/proxy/proxy_resolver_winhttp.h +++ b/net/proxy/proxy_resolver_winhttp.h @@ -45,8 +45,8 @@ class ProxyResolverWinHttp : public ProxyResolver { // ProxyResolver implementation: 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: |