diff options
Diffstat (limited to 'net/cert/x509_certificate.h')
-rw-r--r-- | net/cert/x509_certificate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h index d12c0ba..efaa2f7 100644 --- a/net/cert/x509_certificate.h +++ b/net/cert/x509_certificate.h @@ -81,7 +81,8 @@ class NET_EXPORT X509Certificate // Predicate functor used in maps when X509Certificate is used as the key. class NET_EXPORT LessThan { public: - bool operator() (X509Certificate* lhs, X509Certificate* rhs) const; + bool operator()(const scoped_refptr<X509Certificate>& lhs, + const scoped_refptr<X509Certificate>& rhs) const; }; enum Format { |