| Index: ash/touch_hud/mus/touch_hud_application.h
|
| diff --git a/ash/touch_hud/mus/touch_hud_application.h b/ash/touch_hud/mus/touch_hud_application.h
|
| index af806bb7cd2a61e9915f5789b91c085035766ce9..bfe0b39df39ffdb3ef0f7d5ba5604b85a11c81f9 100644
|
| --- a/ash/touch_hud/mus/touch_hud_application.h
|
| +++ b/ash/touch_hud/mus/touch_hud_application.h
|
| @@ -40,7 +40,7 @@ class TouchHudApplication
|
| void Launch(uint32_t what, mash::mojom::LaunchMode how) override;
|
|
|
| // shell::InterfaceFactory<mojom::Launchable>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mash::mojom::LaunchableRequest request) override;
|
|
|
| shell::Connector* connector_ = nullptr;
|
|
|