| 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,
|
|
|