| Index: tools/json_schema_compiler/test/crossref_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/crossref_unittest.cc b/tools/json_schema_compiler/test/crossref_unittest.cc
|
| index df91b2d29a123e08d4782d75963e73626c445c7d..30e565ba70259de2c65eecc80692890de3d59442 100644
|
| --- a/tools/json_schema_compiler/test/crossref_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/crossref_unittest.cc
|
| @@ -14,7 +14,7 @@ namespace {
|
| static scoped_ptr<base::DictionaryValue> CreateTestTypeDictionary() {
|
| base::DictionaryValue* value(new base::DictionaryValue());
|
| value->SetWithoutPathExpansion("number", base::Value::CreateDoubleValue(1.1));
|
| - value->SetWithoutPathExpansion("integer", base::Value::CreateIntegerValue(4));
|
| + value->SetWithoutPathExpansion("integer", new base::FundamentalValue(4));
|
| value->SetWithoutPathExpansion("string",
|
| base::Value::CreateStringValue("bling"));
|
| value->SetWithoutPathExpansion("boolean",
|
|
|