| Index: net/proxy/proxy_config.cc
|
| diff --git a/net/proxy/proxy_config.cc b/net/proxy/proxy_config.cc
|
| index 1ca9ee4292575132ba6ca15de9077c655f3a4e0e..13b0462291e39052afcb79e0fd87b200434af5cb 100644
|
| --- a/net/proxy/proxy_config.cc
|
| +++ b/net/proxy/proxy_config.cc
|
| @@ -281,7 +281,7 @@ std::unique_ptr<base::DictionaryValue> ProxyConfig::ToValue() const {
|
| for (ProxyBypassRules::RuleList::const_iterator it =
|
| bypass.rules().begin();
|
| it != bypass.rules().end(); ++it) {
|
| - list->Append(new base::StringValue((*it)->ToString()));
|
| + list->AppendString((*it)->ToString());
|
| }
|
|
|
| dict->Set("bypass_list", list);
|
|
|