Index: chrome/renderer/spellchecker/spellcheck.h |
diff --git a/chrome/renderer/spellchecker/spellcheck.h b/chrome/renderer/spellchecker/spellcheck.h |
index bfc6e7188b9d4451a2d810c449d4c01afded88c4..95779c054b9b3ec9c5f706a8f2204e8558d98b50 100644 |
--- a/chrome/renderer/spellchecker/spellcheck.h |
+++ b/chrome/renderer/spellchecker/spellcheck.h |
@@ -66,7 +66,7 @@ class SpellCheck : public content::RenderProcessObserver, |
// 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, |