| Index: net/proxy/proxy_resolver_script_data.h
|
| diff --git a/net/proxy/proxy_resolver_script_data.h b/net/proxy/proxy_resolver_script_data.h
|
| index 72092e122d8d08fc5be07b08a693b71b9d88c19b..7b8118f757a1181ce47898f8aa2a83b1f7ea74a6 100644
|
| --- a/net/proxy/proxy_resolver_script_data.h
|
| +++ b/net/proxy/proxy_resolver_script_data.h
|
| @@ -54,13 +54,12 @@ class ProxyResolverScriptData
|
| const GURL& url() const;
|
|
|
| private:
|
| + friend class base::RefCountedThreadSafe<ProxyResolverScriptData>;
|
| ProxyResolverScriptData(Type type,
|
| const GURL& url,
|
| - const string16& utf16)
|
| - : type_(type),
|
| - url_(url),
|
| - utf16_(utf16) {
|
| - }
|
| + const string16& utf16);
|
| + virtual ~ProxyResolverScriptData();
|
| +
|
|
|
| const Type type_;
|
| const GURL url_;
|
|
|