| 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 b41b76dbc44cd3238787cf0244d188d53b8587dd..ce190c395f36f6fddee9dbc0faaf5b5fda556343 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h
|
| @@ -31,6 +31,8 @@ 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;
|
|
|
|
|