| Index: components/policy/core/common/schema_map_unittest.cc
|
| diff --git a/components/policy/core/common/schema_map_unittest.cc b/components/policy/core/common/schema_map_unittest.cc
|
| index cf179109145be68b6d4cb7ad0cf13faf3521358c..ef7e336c9b6f810b5f73b2683a91c5246e7dab25 100644
|
| --- a/components/policy/core/common/schema_map_unittest.cc
|
| +++ b/components/policy/core/common/schema_map_unittest.cc
|
| @@ -173,7 +173,7 @@ TEST_F(SchemaMapTest, FilterBundle) {
|
| new base::FundamentalValue(1),
|
| NULL);
|
| map.Set("null", POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
|
| - base::Value::CreateNullValue(), NULL);
|
| + base::Value::CreateNullValue().release(), NULL);
|
| map.Set("double",
|
| POLICY_LEVEL_MANDATORY,
|
| POLICY_SCOPE_USER,
|
|
|