| Index: remoting/protocol/host_event_dispatcher.cc
 | 
| diff --git a/remoting/protocol/host_event_dispatcher.cc b/remoting/protocol/host_event_dispatcher.cc
 | 
| index 22cee04c9e434b75dee384652e80d6c609944d4a..b06c6f6772ccf31dc0c6e2b669cce7b0ed575261 100644
 | 
| --- a/remoting/protocol/host_event_dispatcher.cc
 | 
| +++ b/remoting/protocol/host_event_dispatcher.cc
 | 
| @@ -28,7 +28,7 @@ void HostEventDispatcher::OnInitialized() {
 | 
|  }
 | 
|  
 | 
|  void HostEventDispatcher::OnMessageReceived(
 | 
| -    EventMessage* message, const base::Closure& done_task) {
 | 
| +    scoped_ptr<EventMessage> message, const base::Closure& done_task) {
 | 
|    DCHECK(input_stub_);
 | 
|  
 | 
|    base::ScopedClosureRunner done_runner(done_task);
 | 
| 
 |