Chromium Code Reviews| Index: mojo/common/common_custom_types.mojom |
| diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom |
| index aa871064c4206d54d8fc6d2dcac294ca42dc0a40..27ac84548be8bcc4f22938e621e731e6de750c11 100644 |
| --- a/mojo/common/common_custom_types.mojom |
| +++ b/mojo/common/common_custom_types.mojom |
| @@ -21,3 +21,9 @@ struct TimeDelta; |
| [Native] |
| struct TimeTicks; |
| + |
| +// base/version.h |
| +// base::Version |
| +struct Version { |
| + array<uint32> components; |
| +}; |