| Index: chromeos/network/proxy/ui_proxy_config.h
|
| diff --git a/chromeos/network/proxy/ui_proxy_config.h b/chromeos/network/proxy/ui_proxy_config.h
|
| index 4338a39b67bc7b081b16e9e705c0b63e597a12f1..705519181a8cbee954300ed7ed581693569abdf6 100644
|
| --- a/chromeos/network/proxy/ui_proxy_config.h
|
| +++ b/chromeos/network/proxy/ui_proxy_config.h
|
| @@ -74,7 +74,7 @@ struct CHROMEOS_EXPORT UIProxyConfig {
|
|
|
| // Converts |this| to Dictionary of ProxyConfigDictionary format (which
|
| // is the same format used by prefs).
|
| - base::DictionaryValue* ToPrefProxyConfig() const;
|
| + std::unique_ptr<base::DictionaryValue> ToPrefProxyConfig() const;
|
|
|
| // Map |scheme| (one of "http", "https", "ftp" or "socks") to the correct
|
| // ManualProxy. Returns NULL if scheme is invalid.
|
|
|