| Index: remoting/protocol/host_event_dispatcher.h
|
| diff --git a/remoting/protocol/host_event_dispatcher.h b/remoting/protocol/host_event_dispatcher.h
|
| index e299c2cfb173dd848e453dc748330d33ac43388f..4c9df5e31f0c127ad23a3eeb131694cd399d12d9 100644
|
| --- a/remoting/protocol/host_event_dispatcher.h
|
| +++ b/remoting/protocol/host_event_dispatcher.h
|
| @@ -37,7 +37,7 @@ class HostEventDispatcher : public ChannelDispatcherBase {
|
| }
|
|
|
| private:
|
| - void OnIncomingMessage(scoped_ptr<CompoundBuffer> buffer) override;
|
| + void OnIncomingMessage(std::unique_ptr<CompoundBuffer> buffer) override;
|
|
|
| InputStub* input_stub_ = nullptr;
|
| OnInputEventCallback on_input_event_callback_;
|
|
|