| Index: components/font_service/font_service_app.cc
|
| diff --git a/components/font_service/font_service_app.cc b/components/font_service/font_service_app.cc
|
| index dd368ae585d1e78e14909f97d8a416b2e5a4a39a..2cb77bd00e372ae2bfadd7ea2d54cf94c6372b47 100644
|
| --- a/components/font_service/font_service_app.cc
|
| +++ b/components/font_service/font_service_app.cc
|
| @@ -60,7 +60,7 @@ bool FontServiceApp::OnConnect(shell::Connection* connection) {
|
| }
|
|
|
| void FontServiceApp::Create(
|
| - shell::Connection* connection,
|
| + const shell::Identity& remote_identity,
|
| mojo::InterfaceRequest<mojom::FontService> request) {
|
| bindings_.AddBinding(this, std::move(request));
|
| }
|
|
|