Index: trunk/src/mojo/public/interfaces/bindings/tests/sample_factory.mojom |
=================================================================== |
--- trunk/src/mojo/public/interfaces/bindings/tests/sample_factory.mojom (revision 282559) |
+++ trunk/src/mojo/public/interfaces/bindings/tests/sample_factory.mojom (working copy) |
@@ -14,9 +14,6 @@ |
int32 x; |
handle<message_pipe> pipe; |
handle<message_pipe>[] more_pipes; |
- |
- // Interfaces can be used as members. |
- imported.ImportedInterface obj; |
}; |
struct Response { |