| Index: net/base/x509_cert_types.h
|
| diff --git a/net/base/x509_cert_types.h b/net/base/x509_cert_types.h
|
| index 43d05dd86ad5475a0d19f6e4a61b70013a9a5e95..7723c22aa0c1e44a48f3fbb587ed980072248f8d 100644
|
| --- a/net/base/x509_cert_types.h
|
| +++ b/net/base/x509_cert_types.h
|
| @@ -42,8 +42,7 @@ struct SHA1Fingerprint {
|
| unsigned char data[20];
|
| };
|
|
|
| -class SHA1FingerprintLessThan
|
| - : public std::binary_function<SHA1Fingerprint, SHA1Fingerprint, bool> {
|
| +class SHA1FingerprintLessThan {
|
| public:
|
| bool operator() (const SHA1Fingerprint& lhs,
|
| const SHA1Fingerprint& rhs) const {
|
|
|