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

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

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
Index: content/browser/hyphenation/hyphenation_impl.h
diff --git a/content/browser/hyphenation/hyphenation_impl.h b/content/browser/hyphenation/hyphenation_impl.h
index 6827d026e4a12117c166299d808ef50ac8b9205f..5847439c5d2ab48641fb253774a7a82ead813145 100644
--- a/content/browser/hyphenation/hyphenation_impl.h
+++ b/content/browser/hyphenation/hyphenation_impl.h
@@ -19,7 +19,7 @@ class HyphenationImpl : public blink::mojom::Hyphenation {
static void Create(blink::mojom::HyphenationRequest);
// Hyphenation:
- void OpenDictionary(const mojo::String& locale,
+ void OpenDictionary(const std::string& locale,
const OpenDictionaryCallback& callback) override;
private:
« no previous file with comments | « content/browser/broadcast_channel/broadcast_channel_provider.cc ('k') | content/browser/hyphenation/hyphenation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698