Index: chrome/renderer/spellchecker/custom_dictionary_engine.h |
diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine.h b/chrome/renderer/spellchecker/custom_dictionary_engine.h |
index d2dc8caebf76c84525e108b864771eb70df7f939..db2650f7289a691115bb59cf69d27b52ed63a550 100644 |
--- a/chrome/renderer/spellchecker/custom_dictionary_engine.h |
+++ b/chrome/renderer/spellchecker/custom_dictionary_engine.h |
@@ -20,7 +20,7 @@ class CustomDictionaryEngine { |
~CustomDictionaryEngine(); |
// Initialize the custom dictionary engine. |
- void Init(const std::vector<std::string>& words); |
+ void Init(const std::set<std::string>& words); |
// Spellcheck |text|. Assumes that another spelling engine has set |
// |misspelling_start| and |misspelling_len| to indicate a misspelling. |