| Index: chrome/browser/net/sqlite_server_bound_cert_store.h
|
| diff --git a/chrome/browser/net/sqlite_server_bound_cert_store.h b/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| index da363a0b502e74c0e6ce50aecba44b37e2d800db..136d8d846a178eff11bc918e7c120e96d159916e 100644
|
| --- a/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| +++ b/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| @@ -21,7 +21,6 @@ class SQLiteServerBoundCertStore
|
| : public net::DefaultServerBoundCertStore::PersistentStore {
|
| public:
|
| explicit SQLiteServerBoundCertStore(const FilePath& path);
|
| - virtual ~SQLiteServerBoundCertStore();
|
|
|
| // net::DefaultServerBoundCertStore::PersistentStore implementation.
|
| virtual bool Load(
|
| @@ -37,6 +36,8 @@ class SQLiteServerBoundCertStore
|
| private:
|
| class Backend;
|
|
|
| + virtual ~SQLiteServerBoundCertStore();
|
| +
|
| scoped_refptr<Backend> backend_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SQLiteServerBoundCertStore);
|
|
|