Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h |
diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h |
index 2d053e4c27a6c8eecb15aca418bdbe772312fcd4..ea6b6e7df7bd2b9cc65b1961e6dd553e2090810a 100644 |
--- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h |
+++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h |
@@ -42,6 +42,9 @@ class SpellcheckHunspellDictionary |
// Dictionary download failed. |
virtual void OnHunspellDictionaryDownloadFailure() = 0; |
+ |
+ protected: |
+ virtual ~Observer() { } |
}; |
// TODO(rlp): Passing in the host is very temporary. In the next CL this |