| Index: remoting/host/desktop_process.h | 
| diff --git a/remoting/host/desktop_process.h b/remoting/host/desktop_process.h | 
| index 75786b57d7ca91a8f1551eba763ee8f95861d534..e95971ee00067a7a1a13ad2fdaaad441a1d29e9b 100644 | 
| --- a/remoting/host/desktop_process.h | 
| +++ b/remoting/host/desktop_process.h | 
| @@ -57,7 +57,7 @@ class DesktopProcess : public IPC::Listener { | 
|  | 
| // Provides screen/audio capturing and input injection services for | 
| // the network process. | 
| -  scoped_ptr<DesktopSessionAgent> desktop_agent_; | 
| +  scoped_refptr<DesktopSessionAgent> desktop_agent_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(DesktopProcess); | 
| }; | 
|  |