| Index: remoting/protocol/client_video_dispatcher.h
|
| diff --git a/remoting/protocol/client_video_dispatcher.h b/remoting/protocol/client_video_dispatcher.h
|
| index 717500da48940aa714707b1d8615c0bdf9e6ec3f..b9d70c1293caab439ae86fa6680928944b6a9e71 100644
|
| --- a/remoting/protocol/client_video_dispatcher.h
|
| +++ b/remoting/protocol/client_video_dispatcher.h
|
| @@ -29,7 +29,7 @@ class ClientVideoDispatcher : public ChannelDispatcherBase {
|
| struct PendingFrame;
|
| typedef std::list<PendingFrame> PendingFramesList;
|
|
|
| - void OnIncomingMessage(scoped_ptr<CompoundBuffer> message) override;
|
| + void OnIncomingMessage(std::unique_ptr<CompoundBuffer> message) override;
|
|
|
| // Callback for VideoStub::ProcessVideoPacket().
|
| void OnPacketDone(PendingFramesList::iterator pending_frame);
|
|
|