| Index: mojo/shell/application_manager_apptests.mojom
|
| diff --git a/mojo/shell/application_manager_apptests.mojom b/mojo/shell/application_manager_apptests.mojom
|
| index 7ca390ae764e02e982307ef83c99a19d12e46e21..c57eb403853b411dbb3ec210775bd2ae740ec07f 100644
|
| --- a/mojo/shell/application_manager_apptests.mojom
|
| +++ b/mojo/shell/application_manager_apptests.mojom
|
| @@ -5,7 +5,7 @@
|
| module mojo.shell.test.mojom;
|
|
|
| interface CreateInstanceForHandleTest {
|
| - Ping(string data);
|
| + SetTargetID(uint32 target_id);
|
| };
|
|
|
| interface Driver {
|
|
|