| Index: chrome/renderer/spellchecker/spellcheck_provider.cc
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider.cc b/chrome/renderer/spellchecker/spellcheck_provider.cc
|
| index 84e18b72392e32c76162e71ed5c663ceaa6dc682..191a6860c4a94f27362241a9bbe73e0720dcfe4c 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider.cc
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider.cc
|
| @@ -241,7 +241,7 @@ void SpellCheckProvider::OnRespondSpellingService(
|
| bool SpellCheckProvider::HasWordCharacters(
|
| const base::string16& text,
|
| int index) const {
|
| - const char16* data = text.data();
|
| + const base::char16* data = text.data();
|
| int length = text.length();
|
| while (index < length) {
|
| uint32 code = 0;
|
|
|