| Index: remoting/protocol/client_control_dispatcher.h
|
| diff --git a/remoting/protocol/client_control_dispatcher.h b/remoting/protocol/client_control_dispatcher.h
|
| index c646fe5d63b2a54951a308ad3f87d64832d22951..93b889cc2f1fbf763cd33809fe9b5af23bbc43e7 100644
|
| --- a/remoting/protocol/client_control_dispatcher.h
|
| +++ b/remoting/protocol/client_control_dispatcher.h
|
| @@ -51,7 +51,7 @@ class ClientControlDispatcher : public ChannelDispatcherBase,
|
| }
|
|
|
| private:
|
| - void OnIncomingMessage(scoped_ptr<CompoundBuffer> message) override;
|
| + void OnIncomingMessage(std::unique_ptr<CompoundBuffer> message) override;
|
|
|
| ClientStub* client_stub_ = nullptr;
|
| ClipboardStub* clipboard_stub_ = nullptr;
|
|
|