| Index: remoting/protocol/client_event_dispatcher.h
|
| diff --git a/remoting/protocol/client_event_dispatcher.h b/remoting/protocol/client_event_dispatcher.h
|
| index 98d447337b4311ab2b67a569e432b758ad2dd896..577e12da3e45fe6601a192e243d705b08fee9b91 100644
|
| --- a/remoting/protocol/client_event_dispatcher.h
|
| +++ b/remoting/protocol/client_event_dispatcher.h
|
| @@ -27,7 +27,7 @@ class ClientEventDispatcher : public ChannelDispatcherBase, public InputStub {
|
| void InjectTouchEvent(const TouchEvent& event) override;
|
|
|
| private:
|
| - void OnIncomingMessage(scoped_ptr<CompoundBuffer> message) override;
|
| + void OnIncomingMessage(std::unique_ptr<CompoundBuffer> message) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ClientEventDispatcher);
|
| };
|
|
|