| Index: mojo/public/interfaces/bindings/tests/test_export.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/test_export.mojom b/mojo/public/interfaces/bindings/tests/test_export.mojom
|
| index 9a532dd94d42a0a712f50f68c1120735724a1750..319a15b036d1c7a2e59b73695a0571fe1079741f 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_export.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/test_export.mojom
|
| @@ -16,3 +16,5 @@ struct StringPair {
|
| struct StringPairContainer {
|
| array<StringPair> pairs;
|
| };
|
| +
|
| +interface ExportedInterface {};
|
|
|