summaryrefslogtreecommitdiffstats
path: root/chrome/common/spellcheck_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/spellcheck_common.h')
-rw-r--r--chrome/common/spellcheck_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/spellcheck_common.h b/chrome/common/spellcheck_common.h
index a79aa1c..9c3f706 100644
--- a/chrome/common/spellcheck_common.h
+++ b/chrome/common/spellcheck_common.h
@@ -5,6 +5,7 @@
#ifndef CHROME_COMMON_SPELLCHECK_COMMON_H_
#define CHROME_COMMON_SPELLCHECK_COMMON_H_
+#include <set>
#include <string>
#include <vector>
@@ -40,6 +41,7 @@ static const size_t MAX_SYNCABLE_DICTIONARY_WORDS = 1300;
static const size_t MAX_CUSTOM_DICTIONARY_WORD_BYTES = 99;
typedef std::vector<std::string> WordList;
+typedef std::set<std::string> WordSet;
base::FilePath GetVersionedFileName(const std::string& input_language,
const base::FilePath& dict_dir);