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 6c0f4eba773e7103215a1394ea31fc71fde0635b..2efbf77ec18eee24e3ed13ab7da8774836a339c2 100644 |
| --- a/mojo/common/common_custom_types.mojom |
| +++ b/mojo/common/common_custom_types.mojom |
| @@ -23,8 +23,9 @@ struct TimeDelta { |
| [Native] |
| struct TimeTicks; |
| -[Native] |
| -struct String16; |
| +struct String16 { |
| + array<uint16> data; |
| +}; |
| // Corresponds to |base::UnguessableToken| in base/unguessable_token.h |
| struct UnguessableToken { |