| Index: chrome/renderer/spellchecker/hunspell_engine.h
|
| diff --git a/chrome/renderer/spellchecker/hunspell_engine.h b/chrome/renderer/spellchecker/hunspell_engine.h
|
| index 0d91b2403f99f148b5373d01732f9591cb88c390..6dd7581684cf359d3c87d51d7257ed80f031bc52 100644
|
| --- a/chrome/renderer/spellchecker/hunspell_engine.h
|
| +++ b/chrome/renderer/spellchecker/hunspell_engine.h
|
| @@ -21,8 +21,8 @@ class HunspellEngine : public SpellingEngine {
|
| HunspellEngine();
|
| virtual ~HunspellEngine();
|
|
|
| - void Init(base::PlatformFile file,
|
| - const std::vector<std::string>& custom_words);
|
| + virtual void Init(base::PlatformFile file,
|
| + const std::vector<std::string>& custom_words) OVERRIDE;
|
|
|
| virtual bool InitializeIfNeeded() OVERRIDE;
|
| virtual bool IsEnabled() OVERRIDE;
|
|
|