Chromium Code Reviews| Index: mojo/public/interfaces/bindings/tests/test_structs.mojom |
| diff --git a/mojo/public/interfaces/bindings/tests/test_structs.mojom b/mojo/public/interfaces/bindings/tests/test_structs.mojom |
| index 8bc33b367288d8261ba53e1ed7321921fe945d7d..6c0c429fd585fc588824e880effcd2781061c3c6 100644 |
| --- a/mojo/public/interfaces/bindings/tests/test_structs.mojom |
| +++ b/mojo/public/interfaces/bindings/tests/test_structs.mojom |
| @@ -22,4 +22,7 @@ struct RectPair { |
| Rect? second; |
| }; |
| +struct EmptyStruct { |
| +}; |
| + |
| } |