| 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 cfd8f298f1598ebfa6128c100a409c3d566a6d2c..4eb5bb71d7633a06c254c95cfb8a7b57cae94e85 100644
|
| --- a/components/font_service/font_service_app.h
|
| +++ b/components/font_service/font_service_app.h
|
| @@ -33,7 +33,7 @@ class FontServiceApp : public shell::Service,
|
| bool OnConnect(shell::Connection* connection) override;
|
|
|
| // shell::InterfaceFactory<mojom::FontService>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mojo::InterfaceRequest<mojom::FontService> request) override;
|
|
|
| // FontService:
|
|
|