| Index: net/base/x509_certificate.h
|
| ===================================================================
|
| --- net/base/x509_certificate.h (revision 2439)
|
| +++ net/base/x509_certificate.h (working copy)
|
| @@ -182,7 +182,12 @@
|
| explicit X509Certificate(OSCertHandle cert_handle);
|
|
|
| friend class base::RefCountedThreadSafe<X509Certificate>;
|
| +#if defined(OS_LINUX)
|
| + // TODO(port): This is temporary hack to make it link. Remove when ported.
|
| + ~X509Certificate() {}
|
| +#else
|
| ~X509Certificate();
|
| +#endif
|
|
|
| // Common object initialization code. Called by the constructors only.
|
| void Initialize();
|
|
|