Chromium Code Reviews| Index: tools/json_schema_compiler/util.h |
| diff --git a/tools/json_schema_compiler/util.h b/tools/json_schema_compiler/util.h |
| index a9211790b2458da9643a69989fdfb80653a09f6c..b775be7e0ccc56c5d37c93e600e316fe37089f91 100644 |
| --- a/tools/json_schema_compiler/util.h |
| +++ b/tools/json_schema_compiler/util.h |
| @@ -173,6 +173,8 @@ scoped_ptr<base::Value> CreateValueFromOptionalArray( |
| return scoped_ptr<base::Value>(); |
| } |
| +std::string ValueTypeToString(Value::Type type); |
| + |
| } // namespace util |
| } // namespace json_schema_compiler |