| Index: net/base/cert_database.h
|
| ===================================================================
|
| --- net/base/cert_database.h (revision 128056)
|
| +++ net/base/cert_database.h (working copy)
|
| @@ -14,15 +14,13 @@
|
| #include "base/string16.h"
|
| #include "net/base/cert_type.h"
|
| #include "net/base/net_export.h"
|
| +#include "net/base/x509_certificate.h"
|
|
|
| namespace net {
|
|
|
| class CryptoModule;
|
| typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList;
|
| -class X509Certificate;
|
| -typedef std::vector<scoped_refptr<X509Certificate> > CertificateList;
|
|
|
| -
|
| // This class provides functions to manipulate the local
|
| // certificate store.
|
|
|
|
|