Chromium Code Reviews| Index: net/proxy/proxy_resolver_winhttp.h |
| =================================================================== |
| --- net/proxy/proxy_resolver_winhttp.h (revision 51195) |
| +++ net/proxy/proxy_resolver_winhttp.h (working copy) |
| @@ -32,7 +32,7 @@ |
| private: |
| // ProxyResolver implementation: |
| virtual int SetPacScript(const GURL& pac_url, |
| - const std::string& /*pac_bytes*/, |
| + const string16& /*pac_script*/, |
| CompletionCallback* /*callback*/); |
| bool OpenWinHttpSession(); |
| void CloseWinHttpSession(); |