| Index: remoting/protocol/host_control_dispatcher.h
|
| diff --git a/remoting/protocol/host_control_dispatcher.h b/remoting/protocol/host_control_dispatcher.h
|
| index fab197dcf5810fa335e60125dfb6c41fc7785b39..f1e271c088b7248e38ec0f16c6e5baf104dec87e 100644
|
| --- a/remoting/protocol/host_control_dispatcher.h
|
| +++ b/remoting/protocol/host_control_dispatcher.h
|
| @@ -48,7 +48,7 @@ class HostControlDispatcher : public ChannelDispatcherBase, public ClientStub {
|
| virtual void OnInitialized() OVERRIDE;
|
|
|
| private:
|
| - void OnMessageReceived(ControlMessage* message,
|
| + void OnMessageReceived(scoped_ptr<ControlMessage> message,
|
| const base::Closure& done_task);
|
|
|
| ClipboardStub* clipboard_stub_;
|
|
|