| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary.h b/chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| index 211d999673c49765f034cafb72fa74771c575aae..e1d79bba9da7170659702d37bb3ecf17e53f40d6 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| @@ -72,6 +72,9 @@ class SpellcheckCustomDictionary : public SpellcheckDictionary,
|
|
|
| // Called when the custom dictionary has been changed.
|
| virtual void OnCustomDictionaryChanged(const Change& dictionary_change) = 0;
|
| +
|
| + protected:
|
| + virtual ~Observer() { }
|
| };
|
|
|
| explicit SpellcheckCustomDictionary(Profile* profile);
|
|
|