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 e5275d9d1d3c25ee4181b585de255032e9168422..e4410ec5723c25949691c754383e7efbb9bbd844 100644 |
--- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.h |
+++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.h |
@@ -67,6 +67,8 @@ class SpellcheckCustomDictionary : public SpellcheckDictionary, |
// Interface to implement for dictionary load and change observers. |
class Observer { |
public: |
+ virtual ~Observer() { } |
+ |
// Called when the custom dictionary has been loaded. |
virtual void OnCustomDictionaryLoaded() = 0; |