Index: mojo/shell/runner/child/child_controller.mojom |
diff --git a/mojo/shell/runner/child/child_controller.mojom b/mojo/shell/runner/child/child_controller.mojom |
index 34c6dc9473196693e5cd31d2b7548b15f3898067..f71c0d538f8c6f43588748568973d073a283774b 100644 |
--- a/mojo/shell/runner/child/child_controller.mojom |
+++ b/mojo/shell/runner/child/child_controller.mojom |
@@ -4,11 +4,11 @@ |
module mojo.shell.mojom; |
-import "mojo/shell/public/interfaces/application.mojom"; |
+import "mojo/shell/public/interfaces/shell_client.mojom"; |
interface ChildController { |
// Starts the app. |
- StartApp(Application& application_request) => (int32 result); |
+ StartApp(ShellClient& request) => (int32 result); |
// Exits the child process now (with no cleanup), with the given exit code. |
ExitNow(int32 exit_code); |