| Index: net/cert/x509_certificate.h
|
| diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h
|
| index b75efa70d9a5bd163a5f7a9fb6c256ed649354e1..9ad44dec399e489802b7411906a84dd76be27289 100644
|
| --- a/net/cert/x509_certificate.h
|
| +++ b/net/cert/x509_certificate.h
|
| @@ -85,7 +85,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 {
|
|
|