Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8172)

Unified Diff: components/policy/core/common/preg_parser_unittest.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/policy/core/common/preg_parser.cc ('k') | components/policy/core/common/registry_dict.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « components/policy/core/common/preg_parser.cc ('k') | components/policy/core/common/registry_dict.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698