| Index: tools/json_schema_compiler/test/choices_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/choices_unittest.cc b/tools/json_schema_compiler/test/choices_unittest.cc
|
| index 5be117c35bbffc45bbe72e65828b68b6a5859307..344e2f294d440f2fda357f145edba54e6779ef16 100644
|
| --- a/tools/json_schema_compiler/test/choices_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/choices_unittest.cc
|
| @@ -18,8 +18,8 @@ using json_schema_compiler::test_util::Vector;
|
|
|
| TEST(JsonSchemaCompilerChoicesTest, TakesIntegersParamsCreate) {
|
| {
|
| - scoped_ptr<TakesIntegers::Params> params(TakesIntegers::Params::Create(
|
| - *List(base::Value::CreateBooleanValue(true))));
|
| + scoped_ptr<TakesIntegers::Params> params(
|
| + TakesIntegers::Params::Create(*List(new base::FundamentalValue(true))));
|
| EXPECT_FALSE(params);
|
| }
|
| {
|
|
|