Index: tools/json_schema_compiler/test/functions_on_types_unittest.cc |
diff --git a/tools/json_schema_compiler/test/functions_on_types_unittest.cc b/tools/json_schema_compiler/test/functions_on_types_unittest.cc |
index f2f3f1b59b1d44d4887a8945542e38be3dda0bdc..86ce492012929783e14c17bea0716773a2ce4a7c 100644 |
--- a/tools/json_schema_compiler/test/functions_on_types_unittest.cc |
+++ b/tools/json_schema_compiler/test/functions_on_types_unittest.cc |
@@ -25,7 +25,7 @@ TEST(JsonSchemaCompilerFunctionsOnTypesTest, StorageAreaGetParamsCreate) { |
} |
{ |
scoped_ptr<base::ListValue> params_value(new base::ListValue()); |
- params_value->Append(base::Value::CreateStringValue("test")); |
+ params_value->Append(new base::StringValue("test")); |
scoped_ptr<StorageArea::Get::Params> params( |
StorageArea::Get::Params::Create(*params_value)); |
ASSERT_TRUE(params); |