| Index: remoting/host/fake_host_extension.cc
|
| diff --git a/remoting/host/fake_host_extension.cc b/remoting/host/fake_host_extension.cc
|
| index c42871ca04539327cd445d1467118b927c39d418..9c64d3bbe2f71523551b63ab1a176e612a87cdc6 100644
|
| --- a/remoting/host/fake_host_extension.cc
|
| +++ b/remoting/host/fake_host_extension.cc
|
| @@ -62,7 +62,7 @@ std::unique_ptr<HostExtensionSession> FakeExtension::CreateExtensionSession(
|
| protocol::ClientStub* client_stub) {
|
| DCHECK(!was_instantiated());
|
| was_instantiated_ = true;
|
| - return base::WrapUnique(new Session(this, message_type_));
|
| + return base::MakeUnique<Session>(this, message_type_);
|
| }
|
|
|
| } // namespace remoting
|
|
|