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 af0214e05290636dccbf1af1ff505bf891d8b4b3..7d8879d0f2062e283e5a504000e5a14d369341e4 100644 |
--- a/tools/json_schema_compiler/test/crossref_unittest.cc |
+++ b/tools/json_schema_compiler/test/crossref_unittest.cc |
@@ -13,7 +13,7 @@ namespace { |
static scoped_ptr<base::DictionaryValue> CreateTestTypeDictionary() { |
base::DictionaryValue* value(new base::DictionaryValue()); |
- value->SetWithoutPathExpansion("number", base::Value::CreateDoubleValue(1.1)); |
+ value->SetWithoutPathExpansion("number", new base::FundamentalValue(1.1)); |
value->SetWithoutPathExpansion("integer", new base::FundamentalValue(4)); |
value->SetWithoutPathExpansion("string", new base::StringValue("bling")); |
value->SetWithoutPathExpansion("boolean", new base::FundamentalValue(true)); |