| Index: remoting/protocol/third_party_host_authenticator.cc
|
| diff --git a/remoting/protocol/third_party_host_authenticator.cc b/remoting/protocol/third_party_host_authenticator.cc
|
| index 1ee4a02f41de338c6e3567caf1ed6b4c4c650dc1..002448065164b92979463ed5554dc5ecbb9ded87 100644
|
| --- a/remoting/protocol/third_party_host_authenticator.cc
|
| +++ b/remoting/protocol/third_party_host_authenticator.cc
|
| @@ -19,7 +19,7 @@ namespace protocol {
|
|
|
| ThirdPartyHostAuthenticator::ThirdPartyHostAuthenticator(
|
| const CreateBaseAuthenticatorCallback& create_base_authenticator_callback,
|
| - scoped_ptr<TokenValidator> token_validator)
|
| + std::unique_ptr<TokenValidator> token_validator)
|
| : ThirdPartyAuthenticatorBase(MESSAGE_READY),
|
| create_base_authenticator_callback_(create_base_authenticator_callback),
|
| token_validator_(std::move(token_validator)) {}
|
|
|