| Index: chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc
|
| diff --git a/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc b/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc
|
| index cc0778b00dc5093bd0a911aa19ba7b5fb0922a59..af1e0f362e58c6b20566f067ae2f586be9acaa88 100644
|
| --- a/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc
|
| +++ b/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc
|
| @@ -44,10 +44,10 @@ static const unsigned char kCAPublicKeyDER[] = {
|
| 0x61, 0x47, 0x9e, 0xab, 0x80, 0xb7, 0xe4, 0x48, 0x80, 0x2a, 0x92, 0xc5,
|
| 0x1b, 0x02, 0x03, 0x01, 0x00, 0x01 };
|
|
|
| -typedef scoped_ptr_malloc<
|
| +typedef scoped_ptr<
|
| CERTCertificate,
|
| crypto::NSSDestroyer<CERTCertificate, CERT_DestroyCertificate> >
|
| -ScopedCERTCertificate;
|
| + ScopedCERTCertificate;
|
|
|
| // Parses out DeviceAuthMessage from CastMessage
|
| static bool ParseAuthMessage(
|
|
|