| 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..fd44d5bd334d7a826958b72189775466cd18f287 100644
|
| --- a/components/policy/core/common/preg_parser_unittest.cc
|
| +++ b/components/policy/core/common/preg_parser_unittest.cc
|
| @@ -61,7 +61,7 @@ void SetInteger(RegistryDict* dict,
|
| const std::string& name,
|
| int value) {
|
| dict->SetValue(
|
| - name, base::WrapUnique<base::Value>(new base::FundamentalValue(value)));
|
| + name, base::WrapUnique<base::Value>(new base::Value(value)));
|
| }
|
|
|
| void SetString(RegistryDict* dict,
|
|
|