| 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 e0eb089ab7454c1cb907fb54be3b840d532e0848..b99bbae043b39af7287bd3fa8e2140490c039289 100644
|
| --- a/components/policy/core/common/schema_map_unittest.cc
|
| +++ b/components/policy/core/common/schema_map_unittest.cc
|
| @@ -170,7 +170,7 @@ TEST_F(SchemaMapTest, FilterBundle) {
|
| map.Set("null", POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
|
| base::Value::CreateNullValue(), NULL);
|
| map.Set("double", POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER,
|
| - base::Value::CreateDoubleValue(1.2), NULL);
|
| + new base::FundamentalValue(1.2), NULL);
|
| base::DictionaryValue dict;
|
| dict.SetString("a", "b");
|
| dict.SetInteger("b", 2);
|
|
|