| Index: remoting/host/desktop_session_connector.h | 
| diff --git a/remoting/host/desktop_session_connector.h b/remoting/host/desktop_session_connector.h | 
| index 60ea8ac229c794e581bb8911a5c7158189065902..cb923e078c84067ab11861a755b10676b8d501d1 100644 | 
| --- a/remoting/host/desktop_session_connector.h | 
| +++ b/remoting/host/desktop_session_connector.h | 
| @@ -7,6 +7,7 @@ | 
|  | 
| #include "base/basictypes.h" | 
| #include "base/memory/ref_counted.h" | 
| +#include "base/process.h" | 
| #include "ipc/ipc_platform_file.h" | 
|  | 
| namespace remoting { | 
| @@ -36,7 +37,7 @@ class DesktopSessionConnector { | 
| // process. | 
| virtual void OnDesktopSessionAgentAttached( | 
| int terminal_id, | 
| -      IPC::PlatformFileForTransit desktop_process, | 
| +      base::ProcessHandle desktop_process, | 
| IPC::PlatformFileForTransit desktop_pipe) = 0; | 
|  | 
| // Notifies the network process that the daemon has disconnected the desktop | 
|  |