| Index: chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h
|
| diff --git a/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h b/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h
|
| index 8ddbeb169b2e8278da081653d7544cc51b6526cf..9081dddef236a7fcb58c3070d194ccf4c371341b 100644
|
| --- a/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h
|
| @@ -65,7 +65,8 @@ class NetworkConfigurationPolicyHandler : public TypeCheckingPolicyHandler {
|
| // that contains a pretty-printed and sanitized version. In particular, we
|
| // remove any Passphrases that may be contained in the JSON. Ownership of the
|
| // return value is transferred to the caller.
|
| - static base::Value* SanitizeNetworkConfig(const base::Value* config);
|
| + static std::unique_ptr<base::Value> SanitizeNetworkConfig(
|
| + const base::Value* config);
|
|
|
| // The kind of ONC source that this handler represents. ONCSource
|
| // distinguishes between user and device policy.
|
|
|