| Index: components/prefs/pref_value_map.cc
|
| diff --git a/components/prefs/pref_value_map.cc b/components/prefs/pref_value_map.cc
|
| index a035267040035bb1922ec87aee016e57ded6434d..1d120a8fbd94ba7d942422824b353af52bcdbd52 100644
|
| --- a/components/prefs/pref_value_map.cc
|
| +++ b/components/prefs/pref_value_map.cc
|
| @@ -103,7 +103,7 @@ bool PrefValueMap::GetString(const std::string& key,
|
|
|
| void PrefValueMap::SetString(const std::string& key,
|
| const std::string& value) {
|
| - SetValue(key, base::MakeUnique<base::StringValue>(value));
|
| + SetValue(key, base::MakeUnique<base::Value>(value));
|
| }
|
|
|
| bool PrefValueMap::GetInteger(const std::string& key, int* value) const {
|
|
|