| 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 6e268c8105e6c6046e8733c68e87c068f7a530f6..b57b6032af81d468ac564012c591d03b29c025bd 100644
|
| --- a/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
|
| +++ b/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
|
| @@ -10,7 +10,7 @@ TEST(CustomDictionaryTest, HandlesEmptyWordWithInvalidSubstring) {
|
| CustomDictionaryEngine engine;
|
| std::set<std::string> custom_words;
|
| engine.Init(custom_words);
|
| - EXPECT_FALSE(engine.SpellCheckWord(string16().c_str(), 15, 23));
|
| + EXPECT_FALSE(engine.SpellCheckWord(base::string16().c_str(), 15, 23));
|
| }
|
|
|
| TEST(CustomDictionaryTest, Basic) {
|
|
|