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

Unified Diff: components/test_runner/tracked_dictionary.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
Index: components/test_runner/tracked_dictionary.cc
diff --git a/components/test_runner/tracked_dictionary.cc b/components/test_runner/tracked_dictionary.cc
index a5a8999fb242c308bd9ecf1b9a163090bd22db1e..9b971518ed0fd467bde60a550de678055f40f731 100644
--- a/components/test_runner/tracked_dictionary.cc
+++ b/components/test_runner/tracked_dictionary.cc
@@ -40,7 +40,7 @@ void TrackedDictionary::Set(const std::string& path,
}
void TrackedDictionary::SetBoolean(const std::string& path, bool new_value) {
- Set(path, base::MakeUnique<base::FundamentalValue>(new_value));
+ Set(path, base::MakeUnique<base::Value>(new_value));
}
void TrackedDictionary::SetString(const std::string& path,
« no previous file with comments | « components/sync_preferences/pref_model_associator_unittest.cc ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698