| 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_.
|
|
|