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 ba8d397aca1b3ce22f0f3c1121ec3f33e72bc21c..1eca3a5a6f5ccba3d96b5aea3e28aedda7edb6f4 100644 |
| --- a/mojo/common/common_custom_types.mojom |
| +++ b/mojo/common/common_custom_types.mojom |
| @@ -24,3 +24,8 @@ struct TimeTicks; |
| [Native] |
| struct String16; |
| + |
| +// Corresponds to |base::Version| in base/version.h |
| +struct Version { |
| + array<uint32> components; |
| +}; |