| Index: mojo/public/interfaces/bindings/tests/struct_with_traits.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/struct_with_traits.mojom b/mojo/public/interfaces/bindings/tests/struct_with_traits.mojom
|
| index 1ac8fe8cdc4ad635440c2606782eef614e5c56c1..f4ae0cecc90967b74c7c00e7472539f9623f2604 100644
|
| --- a/mojo/public/interfaces/bindings/tests/struct_with_traits.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/struct_with_traits.mojom
|
| @@ -9,6 +9,7 @@ struct StructWithTraits {
|
| uint32 f_uint32;
|
| uint64 f_uint64;
|
| string f_string;
|
| + string f_string2;
|
| };
|
|
|
| interface TraitsTestService {
|
|
|