| Index: third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| index 290b792e05c70013f46c3e4b0d0d37be988ffda3..fb1f4b7f2016e9f07d9faefc599ba95afe1d145e 100644
|
| --- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| +++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| @@ -49,12 +49,6 @@ struct BasicStruct {
|
| int32 a;
|
| };
|
|
|
| -[Client=IntegrationTestInterface2]
|
| -interface IntegrationTestInterface1 {
|
| - Method0(BasicStruct param0);
|
| -};
|
| -
|
| -[Client=IntegrationTestInterface1]
|
| -interface IntegrationTestInterface2 {
|
| - Method0() => (array<uint8> param0);
|
| +interface IntegrationTestInterface {
|
| + Method0(BasicStruct param0) => (array<uint8> param0);
|
| };
|
|
|