| Index: mojo/public/interfaces/bindings/tests/sample_import.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/sample_import.mojom b/mojo/public/interfaces/bindings/tests/sample_import.mojom
|
| index feeb69d8c90810f1712c76a2e819bd93b7fb4144..ff99c0955f44acd7fbe35728ca6e5b8e22ec9f06 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_import.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_import.mojom
|
| @@ -19,4 +19,7 @@ struct Point {
|
| int32 y;
|
| };
|
|
|
| +interface ImportedInterface {
|
| +};
|
| +
|
| } // module imported
|
|
|