| Index: components/policy/core/common/preg_parser_unittest.cc
|
| diff --git a/components/policy/core/common/preg_parser_unittest.cc b/components/policy/core/common/preg_parser_unittest.cc
|
| index 153f75ae9273bf51a95c827d85ee71c07f7b1231..e29c9c4b530b4136db9b5763e114b583e2d4614b 100644
|
| --- a/components/policy/core/common/preg_parser_unittest.cc
|
| +++ b/components/policy/core/common/preg_parser_unittest.cc
|
| @@ -60,8 +60,7 @@ testing::AssertionResult RegistryDictEquals(const RegistryDict& a,
|
| void SetInteger(RegistryDict* dict,
|
| const std::string& name,
|
| int value) {
|
| - dict->SetValue(
|
| - name, base::WrapUnique<base::Value>(new base::FundamentalValue(value)));
|
| + dict->SetValue(name, base::WrapUnique<base::Value>(new base::Value(value)));
|
| }
|
|
|
| void SetString(RegistryDict* dict,
|
|
|