| Index: chromeos/network/onc/onc_utils.h
|
| diff --git a/chromeos/network/onc/onc_utils.h b/chromeos/network/onc/onc_utils.h
|
| index 189f4e9ffc1c788b52d7d31b8c39a7854c8c345e..2655c366e10bef99617e2d1521e8fc0d4c44f18d 100644
|
| --- a/chromeos/network/onc/onc_utils.h
|
| +++ b/chromeos/network/onc/onc_utils.h
|
| @@ -164,7 +164,7 @@ ConvertOncProxySettingsToProxyConfig(
|
| // (see proxy_config_dictionary.h) to an ONC ProxySettings dictionary.
|
| CHROMEOS_EXPORT std::unique_ptr<base::DictionaryValue>
|
| ConvertProxyConfigToOncProxySettings(
|
| - const base::DictionaryValue& proxy_config_value);
|
| + std::unique_ptr<base::DictionaryValue> proxy_config_value);
|
|
|
| // Replaces string placeholders in |network_configs|, which must be a list of
|
| // ONC NetworkConfigurations. Currently only user name placeholders are
|
|
|