diff options
Diffstat (limited to 'net/proxy/proxy_resolver_error_observer.h')
-rw-r--r-- | net/proxy/proxy_resolver_error_observer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/proxy/proxy_resolver_error_observer.h b/net/proxy/proxy_resolver_error_observer.h index 6ee9cbb..dda42ed 100644 --- a/net/proxy/proxy_resolver_error_observer.h +++ b/net/proxy/proxy_resolver_error_observer.h @@ -25,7 +25,8 @@ class NET_EXPORT_PRIVATE ProxyResolverErrorObserver { // backing proxy resolver is ProxyResolverV8Tracing, then it will not // be called concurrently, however it will be called from a different // thread than the proxy resolver's origin thread. - virtual void OnPACScriptError(int line_number, const string16& error) = 0; + virtual void OnPACScriptError(int line_number, + const base::string16& error) = 0; private: DISALLOW_COPY_AND_ASSIGN(ProxyResolverErrorObserver); |