| Index: components/sync_preferences/pref_model_associator_unittest.cc
|
| diff --git a/components/sync_preferences/pref_model_associator_unittest.cc b/components/sync_preferences/pref_model_associator_unittest.cc
|
| index 22577e0b5af04755ef4449442acc0ab059e8dad8..eac90d7f527e5196e7cf35f7f1244dfa823a3967 100644
|
| --- a/components/sync_preferences/pref_model_associator_unittest.cc
|
| +++ b/components/sync_preferences/pref_model_associator_unittest.cc
|
| @@ -71,8 +71,8 @@ class AbstractPreferenceMergeTest : public testing::Test {
|
| expression_dict = new base::DictionaryValue;
|
| patterns_dict->SetWithoutPathExpansion(expression, expression_dict);
|
| }
|
| - expression_dict->SetWithoutPathExpansion(
|
| - "setting", new base::FundamentalValue(setting));
|
| + expression_dict->SetWithoutPathExpansion("setting",
|
| + new base::Value(setting));
|
| }
|
|
|
| void SetPrefToEmpty(const std::string& pref_name) {
|
|
|