| Index: ash/sysui/sysui_application.h
|
| diff --git a/ash/sysui/sysui_application.h b/ash/sysui/sysui_application.h
|
| index 3443d7177ef2c2c1792493e2db61d0e1b63660ba..a844ba0ae5f1af7daaee745b9b0898d155729a13 100644
|
| --- a/ash/sysui/sysui_application.h
|
| +++ b/ash/sysui/sysui_application.h
|
| @@ -30,9 +30,7 @@ class SysUIApplication
|
|
|
| private:
|
| // shell::Service:
|
| - void OnStart(::shell::Connector* connector,
|
| - const ::shell::Identity& identity,
|
| - uint32_t id) override;
|
| + void OnStart(const ::shell::Identity& identity) override;
|
| bool OnConnect(shell::Connection* connection) override;
|
|
|
| // InterfaceFactory<mash::shelf::mojom::ShelfController>:
|
|
|