Index: mash/quick_launch/quick_launch_application.h |
diff --git a/mash/quick_launch/quick_launch_application.h b/mash/quick_launch/quick_launch_application.h |
index 8b74f9c2b36c0a27854563b140ab5fe9a23dc445..6da9d7420078880fc70e5fbd71878873f6248f7f 100644 |
--- a/mash/quick_launch/quick_launch_application.h |
+++ b/mash/quick_launch/quick_launch_application.h |
@@ -43,7 +43,7 @@ class QuickLaunchApplication |
void Launch(uint32_t what, mojom::LaunchMode how) override; |
// shell::InterfaceFactory<mojom::Launchable>: |
- void Create(shell::Connection* connection, |
+ void Create(const shell::Identity& remote_identity, |
mojom::LaunchableRequest request) override; |
shell::Connector* connector_ = nullptr; |