| Index: tools/json_schema_compiler/test/objects_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/objects_unittest.cc b/tools/json_schema_compiler/test/objects_unittest.cc
|
| index c0af2e12c6a998ce7b2604aa29f99f38ece31d5d..2787e2ab4065f119605fb7af1fb41813cf0cf08d 100644
|
| --- a/tools/json_schema_compiler/test/objects_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/objects_unittest.cc
|
| @@ -17,7 +17,7 @@ TEST(JsonSchemaCompilerObjectsTest, ObjectParamParamsCreate) {
|
| scoped_ptr<base::DictionaryValue> info_value(new base::DictionaryValue());
|
| info_value->Set("strings", strings.release());
|
| info_value->Set("integer", base::Value::CreateIntegerValue(5));
|
| - info_value->Set("boolean", base::Value::CreateBooleanValue(true));
|
| + info_value->Set("boolean", new base::FundamentalValue(true));
|
|
|
| scoped_ptr<base::ListValue> params_value(new base::ListValue());
|
| params_value->Append(info_value.release());
|
|
|