diff options
Diffstat (limited to 'net/proxy/proxy_resolver_v8.h')
-rw-r--r-- | net/proxy/proxy_resolver_v8.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h index 4424a30..bc4d731 100644 --- a/net/proxy/proxy_resolver_v8.h +++ b/net/proxy/proxy_resolver_v8.h @@ -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 @@ class ProxyResolverV8 : public ProxyResolver { // ProxyResolver implementation: virtual int SetPacScript(const GURL& /*pac_url*/, - const std::string& bytes_utf8, + const string16& pac_script, CompletionCallback* /*callback*/); scoped_ptr<Context> context_; |