| Index: chrome/browser/sync/js/js_arg_list_unittest.cc
|
| diff --git a/chrome/browser/sync/js/js_arg_list_unittest.cc b/chrome/browser/sync/js/js_arg_list_unittest.cc
|
| index 65469f0e41c990e6e6313b938c6591f255996ea0..f670df7a5c76fc55a61adc7bc043e1bd4a0dcd48 100644
|
| --- a/chrome/browser/sync/js/js_arg_list_unittest.cc
|
| +++ b/chrome/browser/sync/js/js_arg_list_unittest.cc
|
| @@ -20,7 +20,7 @@ TEST_F(JsArgListTest, EmptyList) {
|
|
|
| TEST_F(JsArgListTest, FromList) {
|
| scoped_ptr<ListValue> list(new ListValue());
|
| - list->Append(Value::CreateBooleanValue(false));
|
| + list->Append(base::FalseValue());
|
| list->Append(Value::CreateIntegerValue(5));
|
| DictionaryValue* dict = new DictionaryValue();
|
| list->Append(dict);
|
|
|