| Index: google_apis/cup/client_update_protocol_nss.cc
|
| diff --git a/google_apis/cup/client_update_protocol_nss.cc b/google_apis/cup/client_update_protocol_nss.cc
|
| index b369c13d154f32c1e2b313100fbecdde710e17aa..1d3ff24d4f7b115acb37c7e981becd7ae6737ac2 100644
|
| --- a/google_apis/cup/client_update_protocol_nss.cc
|
| +++ b/google_apis/cup/client_update_protocol_nss.cc
|
| @@ -12,10 +12,9 @@
|
| #include "crypto/nss_util.h"
|
| #include "crypto/scoped_nss_types.h"
|
|
|
| -typedef scoped_ptr_malloc<
|
| - CERTSubjectPublicKeyInfo,
|
| - crypto::NSSDestroyer<CERTSubjectPublicKeyInfo,
|
| - SECKEY_DestroySubjectPublicKeyInfo> >
|
| +typedef scoped_ptr<CERTSubjectPublicKeyInfo,
|
| + crypto::NSSDestroyer<CERTSubjectPublicKeyInfo,
|
| + SECKEY_DestroySubjectPublicKeyInfo> >
|
| ScopedCERTSubjectPublicKeyInfo;
|
|
|
| ClientUpdateProtocol::~ClientUpdateProtocol() {
|
|
|