Index: net/proxy/proxy_config.h |
diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h |
index 90ac96be83ab491a71820af33aa20d157d69cc6d..303aa10b09aa7d1da82c4c77377be4d4c4ff082e 100644 |
--- a/net/proxy/proxy_config.h |
+++ b/net/proxy/proxy_config.h |
@@ -174,9 +174,8 @@ class NET_EXPORT ProxyConfig { |
void ClearAutomaticSettings(); |
- // Creates a Value dump of this configuration. The caller is responsible for |
- // deleting the returned value. |
- base::DictionaryValue* ToValue() const; |
+ // Creates a Value dump of this configuration. |
+ scoped_ptr<base::DictionaryValue> ToValue() const; |
ProxyRules& proxy_rules() { |
return proxy_rules_; |