Chromium Code Reviews| Index: net/proxy/single_threaded_proxy_resolver.h |
| =================================================================== |
| --- net/proxy/single_threaded_proxy_resolver.h (revision 51195) |
| +++ net/proxy/single_threaded_proxy_resolver.h (working copy) |
| @@ -58,7 +58,7 @@ |
| // 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. |