| Index: net/http/disk_based_cert_cache.h
|
| diff --git a/net/http/disk_based_cert_cache.h b/net/http/disk_based_cert_cache.h
|
| index 347d2f0bb1dde960042f96af08acdbc6b6068db2..928c871eb89e39026ea945660b90054fba8f1f4b 100644
|
| --- a/net/http/disk_based_cert_cache.h
|
| +++ b/net/http/disk_based_cert_cache.h
|
| @@ -63,7 +63,7 @@ class NET_EXPORT_PRIVATE DiskBasedCertCache {
|
|
|
| // A functor used to free an OSCertHandle. Used by the MRUCertCache.
|
| struct CertFree {
|
| - void operator()(X509Certificate::OSCertHandle cert_handle);
|
| + void operator()(X509Certificate::OSCertHandle* cert_handle);
|
| };
|
|
|
| // An in-memory cache that is used to prevent redundantly reading
|
|
|