| 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 ef4c25eefaf343fc0f129e0871977bc303a6f961..f5fc77215e50225ba645bede99cf4d4b11d15909 100644
|
| --- a/components/policy/core/common/schema_unittest.cc
|
| +++ b/components/policy/core/common/schema_unittest.cc
|
| @@ -641,7 +641,7 @@ TEST(SchemaTest, Validate) {
|
| bundle.SetBoolean("Boolean", true);
|
| bundle.SetInteger("Integer", 123);
|
| bundle.Set("Null", base::Value::CreateNullValue());
|
| - bundle.Set("Number", new base::FundamentalValue(3.14));
|
| + bundle.Set("Number", new base::Value(3.14));
|
| bundle.SetString("String", "omg");
|
|
|
| {
|
|
|