| Index: net/proxy/proxy_resolver_v8.h
|
| ===================================================================
|
| --- net/proxy/proxy_resolver_v8.h (revision 51195)
|
| +++ net/proxy/proxy_resolver_v8.h (working copy)
|
| @@ -5,8 +5,6 @@
|
| #ifndef NET_PROXY_PROXY_RESOLVER_V8_H_
|
| #define NET_PROXY_PROXY_RESOLVER_V8_H_
|
|
|
| -#include <string>
|
| -
|
| #include "base/scoped_ptr.h"
|
| #include "net/proxy/proxy_resolver.h"
|
|
|
| @@ -63,7 +61,7 @@
|
|
|
| // ProxyResolver implementation:
|
| virtual int SetPacScript(const GURL& /*pac_url*/,
|
| - const std::string& bytes_utf8,
|
| + const string16& pac_script,
|
| CompletionCallback* /*callback*/);
|
| scoped_ptr<Context> context_;
|
|
|
|
|