| Index: remoting/protocol/negotiating_authenticator_base.cc
|
| diff --git a/remoting/protocol/negotiating_authenticator_base.cc b/remoting/protocol/negotiating_authenticator_base.cc
|
| index c9d4b2acb81940157bc2525c464769afd8c5f2fd..12e1d8b5bf12a87f88133daf0b5e7b6c83721856 100644
|
| --- a/remoting/protocol/negotiating_authenticator_base.cc
|
| +++ b/remoting/protocol/negotiating_authenticator_base.cc
|
| @@ -94,7 +94,7 @@ NegotiatingAuthenticatorBase::GetNextMessageInternal() {
|
| state_ = current_authenticator_->state();
|
| DCHECK(state_ == ACCEPTED || state_ == WAITING_MESSAGE);
|
| result->AddAttr(kMethodAttributeQName, current_method_.ToString());
|
| - return result.Pass();
|
| + return result;
|
| }
|
|
|
| void NegotiatingAuthenticatorBase::AddMethod(
|
|
|