diff options
Diffstat (limited to 'net/proxy/single_threaded_proxy_resolver.h')
-rw-r--r-- | net/proxy/single_threaded_proxy_resolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/single_threaded_proxy_resolver.h b/net/proxy/single_threaded_proxy_resolver.h index 2da6085..1c9582c 100644 --- a/net/proxy/single_threaded_proxy_resolver.h +++ b/net/proxy/single_threaded_proxy_resolver.h @@ -58,7 +58,7 @@ class SingleThreadedProxyResolver : public ProxyResolver { // ProxyResolver implementation: virtual int SetPacScript(const GURL& pac_url, - const std::string& pac_bytes, + const string16& pac_script, CompletionCallback* callback); // Starts the worker thread if it isn't already running. |