| Index: net/proxy/proxy_list.h
|
| diff --git a/net/proxy/proxy_list.h b/net/proxy/proxy_list.h
|
| index aa477d2083834fd7cf5d1bb3c305c600c5926931..97e0af65ee149f08a1ed50361588d38e2d55d84e 100644
|
| --- a/net/proxy/proxy_list.h
|
| +++ b/net/proxy/proxy_list.h
|
| @@ -78,8 +78,8 @@ class NET_EXPORT_PRIVATE ProxyList {
|
| // For example: "PROXY xxx.xxx.xxx.xxx:xx; SOCKS yyy.yyy.yyy:yy".
|
| std::string ToPacString() const;
|
|
|
| - // Returns a serialized value for the list. The caller takes ownership of it.
|
| - base::ListValue* ToValue() const;
|
| + // Returns a serialized value for the list.
|
| + scoped_ptr<base::ListValue> ToValue() const;
|
|
|
| // Marks the current proxy server as bad and deletes it from the list. The
|
| // list of known bad proxies is given by |proxy_retry_info|. |net_error|
|
|
|