Index: tools/json_schema_compiler/util.h |
diff --git a/tools/json_schema_compiler/util.h b/tools/json_schema_compiler/util.h |
index 425487d3c652d053acb39af56e73aed2a7835974..75b830140c3bb943cd97d51be6f28f76ee7315b3 100644 |
--- a/tools/json_schema_compiler/util.h |
+++ b/tools/json_schema_compiler/util.h |
@@ -182,6 +182,8 @@ scoped_ptr<Value> CreateValueFromOptionalArray( |
return scoped_ptr<Value>(); |
} |
+std::string ValueTypeToString(Value::Type type); |
+ |
} // namespace util |
} // namespace json_schema_compiler |