| Index: net/proxy/proxy_config.h
|
| diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h
|
| index 289aaee935f34d319d1ed5b8b194bf0c63a64977..77318b60cda73c882c8cea62a1bb79d94b9102fa 100644
|
| --- a/net/proxy/proxy_config.h
|
| +++ b/net/proxy/proxy_config.h
|
| @@ -170,7 +170,7 @@ class NET_EXPORT ProxyConfig {
|
|
|
| // Creates a Value dump of this configuration. The caller is responsible for
|
| // deleting the returned value.
|
| - base::Value* ToValue() const;
|
| + base::DictionaryValue* ToValue() const;
|
|
|
| ProxyRules& proxy_rules() {
|
| return proxy_rules_;
|
|
|