| Index: chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
|
| diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc b/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
|
| index dc9d50ed264d4223f945802748dcdf7919aea225..2e9f61e9cc36dad9918b323fe9d33581b83959f0 100644
|
| --- a/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
|
| +++ b/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
|
| @@ -25,6 +25,6 @@ TEST(CustomDictionaryTest, Basic) {
|
| }
|
|
|
| TEST(CustomDictionaryTest, HandlesNullCharacters) {
|
| - char16 data[4] = {'a', 0, 'b', 'c'};
|
| + base::char16 data[4] = {'a', 0, 'b', 'c'};
|
| EXPECT_FALSE(CustomDictionaryEngine().SpellCheckWord(data, 1, 1));
|
| }
|
|
|