| Index: extensions/browser/api/cast_channel/cast_auth_util.cc
|
| diff --git a/extensions/browser/api/cast_channel/cast_auth_util.cc b/extensions/browser/api/cast_channel/cast_auth_util.cc
|
| index afc433ea71b7f1b100b0faa512d9a87cb891fbb1..b96aebeea92e1b0c683ec3d5a32beb123aa7cbef 100644
|
| --- a/extensions/browser/api/cast_channel/cast_auth_util.cc
|
| +++ b/extensions/browser/api/cast_channel/cast_auth_util.cc
|
| @@ -138,7 +138,7 @@ AuthResult AuthenticateChallengeReply(const CastMessage& challenge_reply,
|
| AuthResult VerifyCredentials(const AuthResponse& response,
|
| const std::string& signature_input) {
|
| // Verify the certificate
|
| - scoped_ptr<cast_crypto::CertVerificationContext> verification_context;
|
| + std::unique_ptr<cast_crypto::CertVerificationContext> verification_context;
|
|
|
| // Build a single vector containing the certificate chain.
|
| std::vector<std::string> cert_chain;
|
|
|