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 e29c9c4b530b4136db9b5763e114b583e2d4614b..757ac70e62ef13b65ba266688a3042098cb3651f 100644 |
--- a/components/policy/core/common/preg_parser_unittest.cc |
+++ b/components/policy/core/common/preg_parser_unittest.cc |
@@ -66,8 +66,7 @@ void SetInteger(RegistryDict* dict, |
void SetString(RegistryDict* dict, |
const std::string& name, |
const std::string& value) { |
- dict->SetValue(name, |
- base::WrapUnique<base::Value>(new base::StringValue(value))); |
+ dict->SetValue(name, base::WrapUnique<base::Value>(new base::Value(value))); |
} |
TEST(PRegParserTest, TestParseFile) { |