| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| index 72c73d60fe9e62cdcd31cd73416baffdd04bee10..8fc884943879ff95c272a989e892dd85e335795f 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| @@ -305,7 +305,7 @@ TEST_F(SpellcheckCustomDictionaryTest, CorruptedWriteShouldBeRecovered) {
|
| change.AddWord("baz");
|
| UpdateDictionaryFile(change, path);
|
| content.clear();
|
| - file_util::ReadFileToString(path, &content);
|
| + base::ReadFileToString(path, &content);
|
| content.append("corruption");
|
| file_util::WriteFile(path, content.c_str(), content.length());
|
| loaded_custom_words = LoadDictionaryFile(path);
|
|
|