| Index: chrome/common/spellcheck_common.h
|
| diff --git a/chrome/common/spellcheck_common.h b/chrome/common/spellcheck_common.h
|
| index 55f82720c9035f2f3ee1e4a05e34ed42c5587a14..c2d84984b5cdb77c169292783162e22cd7798e39 100644
|
| --- a/chrome/common/spellcheck_common.h
|
| +++ b/chrome/common/spellcheck_common.h
|
| @@ -8,7 +8,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace chrome {
|
| namespace spellcheck_common {
|
| @@ -28,8 +30,8 @@ static const size_t MAX_CUSTOM_DICTIONARY_WORD_BYTES = 99;
|
|
|
| typedef std::vector<std::string> WordList;
|
|
|
| -FilePath GetVersionedFileName(const std::string& input_language,
|
| - const FilePath& dict_dir);
|
| +base::FilePath GetVersionedFileName(const std::string& input_language,
|
| + const base::FilePath& dict_dir);
|
|
|
| std::string GetCorrespondingSpellCheckLanguage(const std::string& language);
|
|
|
|
|