Chromium Code Reviews| Index: net/proxy/sync_host_resolver_bridge_unittest.cc |
| =================================================================== |
| --- net/proxy/sync_host_resolver_bridge_unittest.cc (revision 51195) |
| +++ net/proxy/sync_host_resolver_bridge_unittest.cc (working copy) |
| @@ -103,7 +103,7 @@ |
| private: |
| virtual int SetPacScript(const GURL& pac_url, |
| - const std::string& bytes_utf8, |
| + const string16& pac_script, |
| CompletionCallback* callback) { |
| NOTREACHED(); |
| return OK; |