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 38abbd5288235c72df356dfd5f4b477c3e8b2a3d..18d1f3c5a563294869e1a13537ab21fe1429571e 100644 |
--- a/components/font_service/font_service_app.h |
+++ b/components/font_service/font_service_app.h |
@@ -28,7 +28,8 @@ class FontServiceApp : public shell::Service, |
private: |
// shell::Service: |
void OnStart(const shell::Identity& identity) override; |
- bool OnConnect(shell::Connection* connection) override; |
+ bool OnConnect(const shell::Identity& remote_identity, |
+ shell::InterfaceRegistry* registry) override; |
// shell::InterfaceFactory<mojom::FontService>: |
void Create(const shell::Identity& remote_identity, |