| Index: chrome/renderer/spellchecker/spellcheck_language.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_language.h b/chrome/renderer/spellchecker/spellcheck_language.h
|
| index acd58f48d513abbc448dce0e5809c6702d30c77e..0cd2bba3e78deeaccb865e7760843727ea33122b 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_language.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck_language.h
|
| @@ -34,7 +34,7 @@ class SpellcheckLanguage {
|
| // If the word is spelled correctly, the vector is empty.
|
| // If optional_suggestions is NULL, suggested words will not be looked up.
|
| // Note that doing suggest lookups can be slow.
|
| - bool SpellCheckWord(const char16* in_word,
|
| + bool SpellCheckWord(const base::char16* in_word,
|
| int in_word_len,
|
| int tag,
|
| int* misspelling_start,
|
|
|