| Index: mojo/shell/package_test.mojom
|
| diff --git a/mojo/shell/application_package_apptest.mojom b/mojo/shell/package_test.mojom
|
| similarity index 83%
|
| rename from mojo/shell/application_package_apptest.mojom
|
| rename to mojo/shell/package_test.mojom
|
| index 88cbeead00097e37ae7b4f0e4559978266a6f90b..1bcebcb29b109face6929fac1ebfc791a0312fb3 100644
|
| --- a/mojo/shell/application_package_apptest.mojom
|
| +++ b/mojo/shell/package_test.mojom
|
| @@ -4,6 +4,6 @@
|
|
|
| module mojo.shell.test.mojom;
|
|
|
| -interface ApplicationPackageApptestService {
|
| +interface PackageTestService {
|
| GetName() => (string name);
|
| };
|
|
|