Index: mojo/public/interfaces/bindings/tests/sample_service.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
index 97865371365dd8cfc752c344ece03f12ece8cefa..04893a49522be8527ff823d50d1d110b063b772e 100644 |
--- a/mojo/public/interfaces/bindings/tests/sample_service.mojom |
+++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom |
@@ -34,6 +34,7 @@ struct Foo { |
handle<message_pipe> source @9; |
handle<data_pipe_consumer>[] input_streams @10; |
handle<data_pipe_producer>[] output_streams @11; |
+ bool[][] array_of_array_of_bools @12; |
}; |
struct DefaultsTestInner { |