| 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 9460fa22cd99620fd85496f2ffc50363d9030fc4..c775a961b08370672c04bcf5460b94b05b29dfdd 100644
|
| --- a/components/policy/core/browser/android/policy_converter.cc
|
| +++ b/components/policy/core/browser/android/policy_converter.cc
|
| @@ -113,7 +113,7 @@ std::unique_ptr<base::Value> PolicyConverter::ConvertValueToSchema(
|
|
|
| switch (schema.type()) {
|
| case base::Value::Type::NONE:
|
| - return base::Value::CreateNullValue();
|
| + return base::MakeUnique<base::Value>();
|
|
|
| case base::Value::Type::BOOLEAN: {
|
| std::string string_value;
|
|
|