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

Unified Diff: content/browser/hyphenation/hyphenation_impl.cc

Issue 2522553003: Mojo C++ bindings: switch WebKit mojom targets to use STL/WTF types. (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
« no previous file with comments | « content/browser/hyphenation/hyphenation_impl.h ('k') | content/browser/mime_registry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/hyphenation/hyphenation_impl.cc
diff --git a/content/browser/hyphenation/hyphenation_impl.cc b/content/browser/hyphenation/hyphenation_impl.cc
index 5e6c3cda728f8b5f5b9da758e2edb8ea1be91808..32c9730e3e81aac378bcc80904d2e7be3e1c4762 100644
--- a/content/browser/hyphenation/hyphenation_impl.cc
+++ b/content/browser/hyphenation/hyphenation_impl.cc
@@ -65,7 +65,7 @@ void HyphenationImpl::Create(blink::mojom::HyphenationRequest request) {
std::move(request));
}
-void HyphenationImpl::OpenDictionary(const mojo::String& locale,
+void HyphenationImpl::OpenDictionary(const std::string& locale,
const OpenDictionaryCallback& callback) {
mojo::ScopedHandle handle;
if (IsValidLocale(locale)) {
« no previous file with comments | « content/browser/hyphenation/hyphenation_impl.h ('k') | content/browser/mime_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698