Index: chrome/browser/certificate_manager_model.h |
diff --git a/chrome/browser/certificate_manager_model.h b/chrome/browser/certificate_manager_model.h |
index 6e21f677d75ec30b99b41d2e23febfc29e93c8db..4654c338abb7832c96a83c3769a77ec74c2e79da 100644 |
--- a/chrome/browser/certificate_manager_model.h |
+++ b/chrome/browser/certificate_manager_model.h |
@@ -31,6 +31,8 @@ class CertificateManagerModel { |
class Observer { |
public: |
+ virtual ~Observer() { } |
+ |
// Called to notify the view that the certificate list has been refreshed. |
// TODO(mattm): do a more granular updating strategy? Maybe retrieve new |
// list of certs, diff against past list, and then notify of the changes? |