| Index: chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| diff --git a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| index 0e7c7f43007f115d246493b80ad85a7ff85ab4b1..8afefb16cc308ad3edc908c843613660a502caed 100644
|
| --- a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| +++ b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| @@ -17,8 +17,8 @@ class CocoaSpellingEngine : public SpellingEngine {
|
| virtual bool CheckSpelling(const string16& word_to_check, int tag) OVERRIDE;
|
| virtual void FillSuggestionList(const string16& wrong_word,
|
| std::vector<string16>* optional_suggestions) OVERRIDE;
|
| - virtual void OnWordAdded(const std::string& word) OVERRIDE;
|
| - virtual void OnWordRemoved(const std::string& word) OVERRIDE;
|
| + virtual void OnWordsAdded(const std::vector<std::string>& words) OVERRIDE;
|
| + virtual void OnWordsRemoved(const std::vector<std::string>& words) OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_RENDERER_SPELLCHECKER_NSSPELLCHECKER_ENGINE_H_
|
|
|