| Index: remoting/protocol/authenticator.cc
|
| diff --git a/remoting/protocol/authenticator.cc b/remoting/protocol/authenticator.cc
|
| index 372bb1aeb06852ca5fa38f79804757a467569b42..1b029c67a254a1abdc6cbf6d85636fb700af5c26 100644
|
| --- a/remoting/protocol/authenticator.cc
|
| +++ b/remoting/protocol/authenticator.cc
|
| @@ -24,7 +24,7 @@ bool Authenticator::IsAuthenticatorMessage(const buzz::XmlElement* message) {
|
| // static
|
| std::unique_ptr<buzz::XmlElement>
|
| Authenticator::CreateEmptyAuthenticatorMessage() {
|
| - return base::WrapUnique(new buzz::XmlElement(kAuthenticationQName));
|
| + return base::MakeUnique<buzz::XmlElement>(kAuthenticationQName);
|
| }
|
|
|
| // static
|
|
|