| 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 16e17fd529320f6b7c068bdd652756678e23ef09..0ecea5be32b25b23bc261c4d639aae2ca9757ded 100644
|
| --- a/net/proxy/proxy_resolver_script_data.h
|
| +++ b/net/proxy/proxy_resolver_script_data.h
|
| @@ -41,9 +41,7 @@ class NET_EXPORT_PRIVATE ProxyResolverScriptData
|
| // Creates a script data for using an automatically detected PAC URL.
|
| static scoped_refptr<ProxyResolverScriptData> ForAutoDetect();
|
|
|
| - Type type() const {
|
| - return type_;
|
| - }
|
| + Type type() const { return type_; }
|
|
|
| // Returns the contents of the script as UTF16.
|
| // (only valid for type() == TYPE_SCRIPT_CONTENTS).
|
| @@ -63,7 +61,6 @@ class NET_EXPORT_PRIVATE ProxyResolverScriptData
|
| const base::string16& utf16);
|
| virtual ~ProxyResolverScriptData();
|
|
|
| -
|
| const Type type_;
|
| const GURL url_;
|
| const base::string16 utf16_;
|
|
|