| Index: remoting/protocol/third_party_client_authenticator.cc
|
| diff --git a/remoting/protocol/third_party_client_authenticator.cc b/remoting/protocol/third_party_client_authenticator.cc
|
| index 38077332971937c33a842e43c2bef9cb7e97dc00..490f60f786649a380b97e14ef6146026cc92c0e5 100644
|
| --- a/remoting/protocol/third_party_client_authenticator.cc
|
| +++ b/remoting/protocol/third_party_client_authenticator.cc
|
| @@ -21,7 +21,7 @@ namespace protocol {
|
| ThirdPartyClientAuthenticator::ThirdPartyClientAuthenticator(
|
| scoped_ptr<TokenFetcher> token_fetcher)
|
| : ThirdPartyAuthenticatorBase(WAITING_MESSAGE),
|
| - token_fetcher_(token_fetcher.Pass()) {
|
| + token_fetcher_(std::move(token_fetcher)) {
|
| }
|
|
|
| ThirdPartyClientAuthenticator::~ThirdPartyClientAuthenticator() {
|
|
|