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 1a514c006bcfbca251e76bf5ed06a3eca719ca85..9d55a64ecd7d40664367391f70d34cd626490211 100644 |
--- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.h |
+++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.h |
@@ -67,8 +67,6 @@ 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; |