| 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 fddd587b3e847f47659e2c5c543eb8d8fdeaf0d3..9b40cd12413c8c014d0ab73db14927990c8a7653 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_import.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_import.mojom
|
| @@ -20,6 +20,7 @@ struct Point {
|
| };
|
|
|
| interface ImportedInterface {
|
| + DoSomething();
|
| };
|
|
|
| } // module imported
|
|
|