| 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:
|
|
|