| Index: net/base/cert_database.h
|
| ===================================================================
|
| --- net/base/cert_database.h (revision 43235)
|
| +++ net/base/cert_database.h (working copy)
|
| @@ -5,10 +5,12 @@
|
| #ifndef NET_BASE_CERT_DATABASE_H_
|
| #define NET_BASE_CERT_DATABASE_H_
|
|
|
| -#include "net/base/x509_certificate.h"
|
| +#include "base/basictypes.h"
|
|
|
| namespace net {
|
|
|
| +class X509Certificate;
|
| +
|
| // This class provides functions to manipulate the local
|
| // certificate store.
|
|
|
| @@ -30,7 +32,6 @@
|
| int AddUserCert(X509Certificate* cert);
|
|
|
| private:
|
| - void Init();
|
| DISALLOW_COPY_AND_ASSIGN(CertDatabase);
|
| };
|
|
|
|
|