Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: components/font_service/font_service_app.h

Issue 2483013002: Mojo C++ bindings: Remove more use_new_wrapper_types=false. (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698