| 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 159f10fb5fe6211be160bde56d242e96313588f5..5253cd95f89f7a8d34686fc20d1fdf375a1f8f21 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);
|
| }
|
| {
|
|
|