Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: content/browser/cert_store.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/cert_store.h
diff --git a/content/browser/cert_store.h b/content/browser/cert_store.h
index 7115ec7811b78bf6dd2c2895a617529dbdc22bcf..af5e46c352b6b2cde5fe861f85664102f00716d3 100644
--- a/content/browser/cert_store.h
+++ b/content/browser/cert_store.h
@@ -50,7 +50,7 @@ class CertStore : public NotificationObserver {
friend struct DefaultSingletonTraits<CertStore>;
CertStore();
- ~CertStore();
+ virtual ~CertStore();
// Remove the specified cert from id_to_cert_ and cert_to_id_.
// NOTE: the caller (RemoveCertsForRenderProcesHost) must hold cert_lock_.
« no previous file with comments | « content/browser/appcache/appcache_dispatcher_host.h ('k') | content/browser/file_system/file_system_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698