| Index: net/cert/x509_certificate.cc
|
| diff --git a/net/cert/x509_certificate.cc b/net/cert/x509_certificate.cc
|
| index 942078b5d5a390c492ce83a9a790a062bd7cc75a..93bdd6c9247224bdfe6cbf974d7eb877c05c8469 100644
|
| --- a/net/cert/x509_certificate.cc
|
| +++ b/net/cert/x509_certificate.cc
|
| @@ -218,8 +218,9 @@ void SplitOnChar(const base::StringPiece& src,
|
|
|
| } // namespace
|
|
|
| -bool X509Certificate::LessThan::operator()(X509Certificate* lhs,
|
| - X509Certificate* rhs) const {
|
| +bool X509Certificate::LessThan::operator()(
|
| + const scoped_refptr<X509Certificate>& lhs,
|
| + const scoped_refptr<X509Certificate>& rhs) const {
|
| if (lhs == rhs)
|
| return false;
|
|
|
|
|