| Index: components/policy/core/common/schema_unittest.cc | 
| diff --git a/components/policy/core/common/schema_unittest.cc b/components/policy/core/common/schema_unittest.cc | 
| index b8941e151c20094131b61b7aca82d2ea23acb35a..766c6d9cb9b858abe4c98a8d1f54ee3a0025128b 100644 | 
| --- a/components/policy/core/common/schema_unittest.cc | 
| +++ b/components/policy/core/common/schema_unittest.cc | 
| @@ -636,7 +636,7 @@ TEST(SchemaTest, Validate) { | 
| bundle.SetBoolean("Boolean", true); | 
| bundle.SetInteger("Integer", 123); | 
| bundle.Set("Null", base::Value::CreateNullValue()); | 
| -  bundle.Set("Number", base::Value::CreateDoubleValue(3.14)); | 
| +  bundle.Set("Number", new base::FundamentalValue(3.14)); | 
| bundle.SetString("String", "omg"); | 
|  | 
| { | 
|  |