Index: mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom b/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom |
index 534cfd8d81e9e501fefaee0f5d7def95d6b556fc..a5ae0dcf9747733fa4bffe821e3e2d3d3ab8ed3f 100644 |
--- a/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom |
+++ b/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom |
@@ -4,6 +4,8 @@ |
module mojo.test; |
+import "mojo/public/interfaces/bindings/tests/ping_service.mojom"; |
+ |
interface FooInterface {}; |
struct StructContainsAssociated { |
@@ -42,3 +44,7 @@ interface IntegerSenderConnection { |
GetSender(associated IntegerSender& sender); |
AsyncGetSender() => (associated IntegerSender sender); |
}; |
+ |
+interface AssociatedPingProvider { |
+ GetPing(associated PingService& request); |
+}; |