| Index: chrome/browser/prefs/pref_model_associator_unittest.cc
|
| diff --git a/chrome/browser/prefs/pref_model_associator_unittest.cc b/chrome/browser/prefs/pref_model_associator_unittest.cc
|
| index 203e4a71f68a795867727be9827901c00c3675f4..95293551d9bfd14c80eec9cabdaa31b2897f7186 100644
|
| --- a/chrome/browser/prefs/pref_model_associator_unittest.cc
|
| +++ b/chrome/browser/prefs/pref_model_associator_unittest.cc
|
| @@ -29,8 +29,7 @@ class AbstractPreferenceMergeTest : public testing::Test {
|
| patterns_dict->SetWithoutPathExpansion(expression, expression_dict);
|
| }
|
| expression_dict->SetWithoutPathExpansion(
|
| - content_type,
|
| - base::Value::CreateIntegerValue(setting));
|
| + content_type, new base::FundamentalValue(setting));
|
| }
|
|
|
| void SetPrefToEmpty(const std::string& pref_name) {
|
|
|