Index: net/cert/scoped_nss_types.h |
diff --git a/net/cert/scoped_nss_types.h b/net/cert/scoped_nss_types.h |
index 0eb8d844f9db18c4e248f934d9e5646fe8338786..ee9d3c752cb4f07acdcb2fde37462ddbb3b81a7d 100644 |
--- a/net/cert/scoped_nss_types.h |
+++ b/net/cert/scoped_nss_types.h |
@@ -12,9 +12,7 @@ |
namespace net { |
struct FreeCERTCertificate { |
- void operator()(CERTCertificate* x) const { |
- CERT_DestroyCertificate(x); |
- } |
+ void operator()(CERTCertificate* x) const { CERT_DestroyCertificate(x); } |
}; |
typedef scoped_ptr<CERTCertificate, FreeCERTCertificate> ScopedCERTCertificate; |