| Index: components/policy/core/browser/android/policy_converter.cc
|
| diff --git a/components/policy/core/browser/android/policy_converter.cc b/components/policy/core/browser/android/policy_converter.cc
|
| index 8a431829b1af38fe8f919bb2e604a2aa27ef93ea..5a410947861707cce15370d56a4d503e4cbf8d81 100644
|
| --- a/components/policy/core/browser/android/policy_converter.cc
|
| +++ b/components/policy/core/browser/android/policy_converter.cc
|
| @@ -195,7 +195,7 @@ void PolicyConverter::SetPolicyValue(const std::string& key,
|
| const PolicyNamespace ns(POLICY_DOMAIN_CHROME, std::string());
|
| policy_bundle_->Get(ns).Set(
|
| key, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_MACHINE, POLICY_SOURCE_PLATFORM,
|
| - ConvertValueToSchema(std::move(value), schema).release(), nullptr);
|
| + ConvertValueToSchema(std::move(value), schema), nullptr);
|
| }
|
|
|
| } // namespace android
|
|
|