| 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 3ab41cba1cc9c8e194c0fd9ec9086ffc3b5e02ea..d6f43db9bddb8f095832dc5ebb74012147102c49 100644
|
| --- a/remoting/protocol/third_party_host_authenticator.cc
|
| +++ b/remoting/protocol/third_party_host_authenticator.cc
|
| @@ -24,7 +24,7 @@ ThirdPartyHostAuthenticator::ThirdPartyHostAuthenticator(
|
| : ThirdPartyAuthenticatorBase(MESSAGE_READY),
|
| local_cert_(local_cert),
|
| key_pair_(key_pair),
|
| - token_validator_(token_validator.Pass()) {
|
| + token_validator_(std::move(token_validator)) {
|
| }
|
|
|
| ThirdPartyHostAuthenticator::~ThirdPartyHostAuthenticator() {
|
|
|