| 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 1bd0a197dd71a91e7a736cdc7cf3c98c83ff874b..bd9f49074ff3ad2b32d302f05cd4849be71be2ef 100644
|
| --- a/components/font_service/font_service_app.cc
|
| +++ b/components/font_service/font_service_app.cc
|
| @@ -66,7 +66,7 @@ void FontServiceApp::Create(
|
| bindings_.AddBinding(this, std::move(request));
|
| }
|
|
|
| -void FontServiceApp::MatchFamilyName(const mojo::String& family_name,
|
| +void FontServiceApp::MatchFamilyName(const std::string& family_name,
|
| mojom::TypefaceStylePtr requested_style,
|
| const MatchFamilyNameCallback& callback) {
|
| SkFontConfigInterface::FontIdentity result_identity;
|
|
|