| Index: net/cert/x509_certificate.h
|
| diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h
|
| index 7840292a9ecd158234a842b861649349ae0d569e..21247d002a4de2890cfbe138d766101c9cc71c56 100644
|
| --- a/net/cert/x509_certificate.h
|
| +++ b/net/cert/x509_certificate.h
|
| @@ -389,7 +389,7 @@ class NET_EXPORT X509Certificate
|
| ~X509Certificate();
|
|
|
| // Common object initialization code. Called by the constructors only.
|
| - void Initialize();
|
| + bool Initialize();
|
|
|
| #if defined(USE_OPENSSL_CERTS)
|
| // Resets the store returned by cert_store() to default state. Used by
|
|
|