Chromium Code Reviews| Index: net/cert/x509_util_nss.cc |
| diff --git a/net/cert/x509_util_nss.cc b/net/cert/x509_util_nss.cc |
| index 67ad467f5c526be6aaca2c77b2eff12d419ff43c..beed9a1a984d27fd0dc500ce91f090ba0cb85331 100644 |
| --- a/net/cert/x509_util_nss.cc |
| +++ b/net/cert/x509_util_nss.cc |
| @@ -214,7 +214,7 @@ SECStatus PR_CALLBACK CollectCertsCallback(void* arg, |
| return SECSuccess; |
| } |
| -typedef scoped_ptr_malloc< |
| +typedef scoped_ptr< |
| CERTName, |
| crypto::NSSDestroyer<CERTName, CERT_DestroyName> > ScopedCERTName; |