Chromium Code Reviews| Index: tools/json_schema_compiler/any.h |
| diff --git a/tools/json_schema_compiler/any.h b/tools/json_schema_compiler/any.h |
| index 9e44048b20cbf61aa7d6df0d0510e69cbc8e7319..83b84d6e0d3de75047d73fb464b02e806b96482f 100644 |
| --- a/tools/json_schema_compiler/any.h |
| +++ b/tools/json_schema_compiler/any.h |
| @@ -19,6 +19,7 @@ namespace any { |
| class Any { |
| public: |
| Any(); |
| + explicit Any(scoped_ptr<base::Value> from_value); |
| ~Any(); |
| // Initializes the Value in this Any. Fails if already initialized. |