| Index: net/dns/dns_config_service.h
|
| diff --git a/net/dns/dns_config_service.h b/net/dns/dns_config_service.h
|
| index d7f3b0729ed16bc2db3fba9e991bc09d622461df..6e81fdecfc40f96058995a1bde3b572804fdf88f 100644
|
| --- a/net/dns/dns_config_service.h
|
| +++ b/net/dns/dns_config_service.h
|
| @@ -77,7 +77,7 @@ struct NET_EXPORT_PRIVATE DnsConfig {
|
| // Returns a Value representation of |this|. Caller takes ownership of the
|
| // returned Value. For performance reasons, the Value only contains the
|
| // number of hosts rather than the full list.
|
| - base::Value* ToValue() const;
|
| + scoped_ptr<base::Value> ToValue() const;
|
|
|
| bool IsValid() const {
|
| return !nameservers.empty();
|
|
|