| Index: mojo/public/interfaces/bindings/tests/echo.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/echo.mojom b/mojo/public/interfaces/bindings/tests/echo.mojom
|
| index 56c6063010588c7c9b896ddb6754c61cf302fcc4..545c5c9cabec45122782b7c037a190ad5dd2a82d 100644
|
| --- a/mojo/public/interfaces/bindings/tests/echo.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/echo.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module test.echo.mojom;
|
|
|
| -import "echo_import.mojom";
|
| +import "echo_import/echo_import.mojom";
|
|
|
| interface Echo {
|
| EchoPoint(test.echo_import.mojom.Point point)
|
|
|