| Index: chrome/browser/spellchecker/spellcheck_host_browsertest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_host_browsertest.cc b/chrome/browser/spellchecker/spellcheck_host_browsertest.cc
|
| index 1a9d8d30e8495aa3a76108b76a1285bd40df2bc5..3b44b12eb97f1bc04d01bc68d30258ad2a8ff4f6 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_host_browsertest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_host_browsertest.cc
|
| @@ -41,8 +41,7 @@ IN_PROC_BROWSER_TEST_F(SpellCheckHostBrowserTest, DeleteCorruptedBDICT) {
|
| // Write the corrupted BDICT data to create a corrupted BDICT file.
|
| FilePath dict_dir;
|
| ASSERT_TRUE(PathService::Get(chrome::DIR_APP_DICTIONARIES, &dict_dir));
|
| - FilePath bdict_path =
|
| - SpellCheckCommon::GetVersionedFileName("en-US", dict_dir);
|
| + FilePath bdict_path = chrome::GetVersionedFileName("en-US", dict_dir);
|
|
|
| size_t actual = file_util::WriteFile(bdict_path,
|
| reinterpret_cast<const char*>(kCorruptedBDICT),
|
|
|