Index: mojo/shell/public/interfaces/content_handler.mojom |
diff --git a/mojo/shell/public/interfaces/content_handler.mojom b/mojo/shell/public/interfaces/content_handler.mojom |
index 405238fced765110c7121a40db2bd3bd034c285c..0dae8b9a221e1c30ec296f618f11e87b4f93ff85 100644 |
--- a/mojo/shell/public/interfaces/content_handler.mojom |
+++ b/mojo/shell/public/interfaces/content_handler.mojom |
@@ -4,7 +4,7 @@ |
module mojo.shell.mojom; |
-import "mojo/shell/public/interfaces/application.mojom"; |
+import "mojo/shell/public/interfaces/shell_client.mojom"; |
import "network/public/interfaces/url_loader.mojom"; |
// Interface implemented by content handlers. To avoid race conditions with |
@@ -16,5 +16,5 @@ import "network/public/interfaces/url_loader.mojom"; |
// implementation to self destruct and release the app reference. |
interface ContentHandler { |
// The callback should be called when the application is destructed. |
- StartApplication(Application& application, mojo.URLResponse response) => (); |
+ StartApplication(ShellClient& shell_client, mojo.URLResponse response) => (); |
}; |