| Index: remoting/test/protocol_perftest.cc
|
| diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
|
| index f0c32cc00f0667eddaca81cf41a1b58035e1300a..ca8f59fc74c70e93db9801b838ce0b331790b05e 100644
|
| --- a/remoting/test/protocol_perftest.cc
|
| +++ b/remoting/test/protocol_perftest.cc
|
| @@ -196,7 +196,7 @@ class ProtocolPerfTest
|
| // protocol::FrameConsumer interface.
|
| std::unique_ptr<webrtc::DesktopFrame> AllocateFrame(
|
| const webrtc::DesktopSize& size) override {
|
| - return base::WrapUnique(new webrtc::BasicDesktopFrame(size));
|
| + return base::MakeUnique<webrtc::BasicDesktopFrame>(size);
|
| }
|
|
|
| void DrawFrame(std::unique_ptr<webrtc::DesktopFrame> frame,
|
|
|