Index: mojo/shell/package_manager/content_handler_connection.h |
diff --git a/mojo/shell/package_manager/content_handler_connection.h b/mojo/shell/package_manager/content_handler_connection.h |
index c1c455116a12b8faccd6392302f8fb28836bc6b0..11d3b70aa5f995db832d5a5280b31117bf76c415 100644 |
--- a/mojo/shell/package_manager/content_handler_connection.h |
+++ b/mojo/shell/package_manager/content_handler_connection.h |
@@ -35,7 +35,7 @@ class ContentHandlerConnection { |
uint32_t id, |
const ClosedCallback& connection_closed_callback); |
- void StartApplication(InterfaceRequest<mojom::Application> request, |
+ void StartApplication(InterfaceRequest<mojom::ShellClient> request, |
URLResponsePtr response); |
// Closes the connection and destroys |this| object. |