| 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 0830f796c00a109f57996885ddb15e3183a22d3f..5d15905bc2a18178083f5579a79232156317ca43 100644
|
| --- a/components/font_service/font_service_app.h
|
| +++ b/components/font_service/font_service_app.h
|
| @@ -37,7 +37,7 @@ class FontServiceApp
|
| mojo::InterfaceRequest<mojom::FontService> request) override;
|
|
|
| // FontService:
|
| - void MatchFamilyName(const mojo::String& family_name,
|
| + void MatchFamilyName(const std::string& family_name,
|
| mojom::TypefaceStylePtr requested_style,
|
| const MatchFamilyNameCallback& callback) override;
|
| void OpenStream(uint32_t id_number,
|
|
|