| Index: net/base/ssl_client_auth_cache.h
|
| diff --git a/net/base/ssl_client_auth_cache.h b/net/base/ssl_client_auth_cache.h
|
| index fe4d310f9c1f1ef6340b6b660a2575047eeb5fac..4321e22e6a72c38dceab3ec6a5a62562cc5a171d 100644
|
| --- a/net/base/ssl_client_auth_cache.h
|
| +++ b/net/base/ssl_client_auth_cache.h
|
| @@ -27,7 +27,7 @@ class X509Certificate;
|
| class NET_TEST SSLClientAuthCache : public CertDatabase::Observer {
|
| public:
|
| SSLClientAuthCache();
|
| - ~SSLClientAuthCache();
|
| + virtual ~SSLClientAuthCache();
|
|
|
| // Checks for a client certificate preference for SSL server at |server|.
|
| // Returns true if a preference is found, and sets |*certificate| to the
|
|
|