| 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 932296db2aea10071d5cfe428cf00724638b8fc2..d63c12dc09f2ebe569f0b4efb86d9a6c201497d7 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");
|
|
|
| {
|
|
|