| Index: net/proxy/proxy_config.cc
|
| diff --git a/net/proxy/proxy_config.cc b/net/proxy/proxy_config.cc
|
| index 84b3d7ad08559faa5305a6680a222fdc6f7cd845..f14b6dd7cd732d31009b4ad0b9472c32b0687f86 100644
|
| --- a/net/proxy/proxy_config.cc
|
| +++ b/net/proxy/proxy_config.cc
|
| @@ -218,7 +218,7 @@ void ProxyConfig::ClearAutomaticSettings() {
|
| pac_url_ = GURL();
|
| }
|
|
|
| -base::Value* ProxyConfig::ToValue() const {
|
| +base::DictionaryValue* ProxyConfig::ToValue() const {
|
| base::DictionaryValue* dict = new base::DictionaryValue();
|
|
|
| // Output the automatic settings.
|
|
|