Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
index 7e45a14accb98f25c6df5f47b2f8972061129db2..7d90712ac5840769f225b6f0441b73006e2cd4cb 100644 |
--- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
+++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc |
@@ -18,8 +18,8 @@ |
#include "chrome/browser/spellchecker/spellcheck_platform.h" |
#include "chrome/browser/spellchecker/spellcheck_service.h" |
#include "chrome/common/chrome_paths.h" |
-#include "chrome/common/spellcheck_common.h" |
#include "components/data_use_measurement/core/data_use_user_data.h" |
+#include "components/spellcheck/common/spellcheck_common.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/render_process_host.h" |
#include "net/base/load_flags.h" |
@@ -324,7 +324,7 @@ SpellcheckHunspellDictionary::InitializeDictionaryLocation( |
base::FilePath dict_dir; |
PathService::Get(chrome::DIR_APP_DICTIONARIES, &dict_dir); |
base::FilePath dict_path = |
- chrome::spellcheck_common::GetVersionedFileName(language, dict_dir); |
+ spellcheck::GetVersionedFileName(language, dict_dir); |
return OpenDictionaryFile(dict_path); |
} |