Chromium Code Reviews| Index: net/proxy/proxy_resolver_winhttp.cc |
| =================================================================== |
| --- net/proxy/proxy_resolver_winhttp.cc (revision 51195) |
| +++ net/proxy/proxy_resolver_winhttp.cc (working copy) |
| @@ -141,7 +141,7 @@ |
| } |
| int ProxyResolverWinHttp::SetPacScript(const GURL& pac_url, |
| - const std::string& /*pac_bytes*/, |
| + const string16& /*pac_script*/, |
| CompletionCallback* /*callback*/) { |
| pac_url_ = pac_url.is_valid() ? pac_url : GURL("http://wpad/wpad.dat"); |
| return OK; |