| Index: tools/json_schema_compiler/test/simple_api_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/simple_api_unittest.cc b/tools/json_schema_compiler/test/simple_api_unittest.cc
|
| index f34b9fc258201e02554b59bebe55119e846f29ea..f75037dd27be8187e2dc9c789f905688c669ec64 100644
|
| --- a/tools/json_schema_compiler/test/simple_api_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/simple_api_unittest.cc
|
| @@ -18,8 +18,7 @@ static scoped_ptr<base::DictionaryValue> CreateTestTypeDictionary() {
|
| base::Value::CreateIntegerValue(4));
|
| value->SetWithoutPathExpansion("string",
|
| base::Value::CreateStringValue("bling"));
|
| - value->SetWithoutPathExpansion("boolean",
|
| - base::Value::CreateBooleanValue(true));
|
| + value->SetWithoutPathExpansion("boolean", new base::FundamentalValue(true));
|
| return value.Pass();
|
| }
|
|
|
|
|