| Index: remoting/protocol/host_control_dispatcher.cc
 | 
| diff --git a/remoting/protocol/host_control_dispatcher.cc b/remoting/protocol/host_control_dispatcher.cc
 | 
| index 0906b6c8501f393b2cdb3f204a970bc5b5e3154c..2dc436426cdb24a14cc891c3d9994aa768d52f6f 100644
 | 
| --- a/remoting/protocol/host_control_dispatcher.cc
 | 
| +++ b/remoting/protocol/host_control_dispatcher.cc
 | 
| @@ -35,7 +35,7 @@ void HostControlDispatcher::OnInitialized() {
 | 
|  }
 | 
|  
 | 
|  void HostControlDispatcher::OnMessageReceived(
 | 
| -    ControlMessage* message, const base::Closure& done_task) {
 | 
| +    scoped_ptr<ControlMessage> message, const base::Closure& done_task) {
 | 
|    DCHECK(clipboard_stub_);
 | 
|    DCHECK(host_stub_);
 | 
|  
 | 
| 
 |