| Index: components/font_service/font_service_app.h
|
| diff --git a/components/font_service/font_service_app.h b/components/font_service/font_service_app.h
|
| index 4eb5bb71d7633a06c254c95cfb8a7b57cae94e85..b30da030e51ab45bf74ccf4a5ff12e1b60c9e3d1 100644
|
| --- a/components/font_service/font_service_app.h
|
| +++ b/components/font_service/font_service_app.h
|
| @@ -27,9 +27,7 @@ class FontServiceApp : public shell::Service,
|
|
|
| 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;
|
|
|
| // shell::InterfaceFactory<mojom::FontService>:
|
|
|