| Index: tools/json_schema_compiler/test/additional_properties_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/additional_properties_unittest.cc b/tools/json_schema_compiler/test/additional_properties_unittest.cc
|
| index 37ef4d76856e4663d43bdc8a609baeb92d930314..dc980af1c0de1c1b03e4370d5c9424c48dc4d867 100644
|
| --- a/tools/json_schema_compiler/test/additional_properties_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/additional_properties_unittest.cc
|
| @@ -11,7 +11,7 @@ TEST(JsonSchemaCompilerAdditionalPropertiesTest,
|
| AdditionalPropertiesTypePopulate) {
|
| {
|
| scoped_ptr<base::ListValue> list_value(new base::ListValue());
|
| - list_value->Append(base::Value::CreateStringValue("asdf"));
|
| + list_value->Append(new base::StringValue("asdf"));
|
| list_value->Append(new base::FundamentalValue(4));
|
| scoped_ptr<base::DictionaryValue> type_value(new base::DictionaryValue());
|
| type_value->SetString("string", "value");
|
|
|