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 ce190c395f36f6fddee9dbc0faaf5b5fda556343..b41b76dbc44cd3238787cf0244d188d53b8587dd 100644 |
--- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h |
+++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h |
@@ -31,8 +31,6 @@ class SpellcheckHunspellDictionary |
// Interface to implement for observers of the Hunspell dictionary. |
class Observer { |
public: |
- virtual ~Observer() { } |
- |
// The dictionary has been initialized. |
virtual void OnHunspellDictionaryInitialized() = 0; |