Chromium Code Reviews| Index: net/proxy/proxy_resolver_v8.h |
| =================================================================== |
| --- net/proxy/proxy_resolver_v8.h (revision 26789) |
| +++ net/proxy/proxy_resolver_v8.h (working copy) |
| @@ -62,7 +62,7 @@ |
| // ProxyResolver implementation: |
| virtual int SetPacScript(const GURL& /*pac_url*/, |
| - const std::string& bytes, |
| + const std::string& bytes_utf8, |
| CompletionCallback* /*callback*/); |
| scoped_ptr<Context> context_; |