Index: net/base/default_server_bound_cert_store_unittest.cc |
diff --git a/net/base/default_server_bound_cert_store_unittest.cc b/net/base/default_server_bound_cert_store_unittest.cc |
index fb94234a0f08e09dc80347ae28c15b9030bd2c07..75ab641687fd74ad9bd04e71ce8d89cfe7dddb1a 100644 |
--- a/net/base/default_server_bound_cert_store_unittest.cc |
+++ b/net/base/default_server_bound_cert_store_unittest.cc |
@@ -20,7 +20,6 @@ class MockPersistentStore |
: public DefaultServerBoundCertStore::PersistentStore { |
public: |
MockPersistentStore(); |
- virtual ~MockPersistentStore(); |
// DefaultServerBoundCertStore::PersistentStore implementation. |
virtual bool Load( |
@@ -34,6 +33,8 @@ class MockPersistentStore |
virtual void Flush(const base::Closure& completion_task) OVERRIDE; |
private: |
+ virtual ~MockPersistentStore(); |
+ |
typedef std::map<std::string, DefaultServerBoundCertStore::ServerBoundCert> |
ServerBoundCertMap; |