| Index: remoting/host/ipc_desktop_environment.h
|
| diff --git a/remoting/host/ipc_desktop_environment.h b/remoting/host/ipc_desktop_environment.h
|
| index bc829eee78268f62371bdd135f6ad2371e80369a..b1dd8611b5f19a3c8e76b1c938d1582c8329d344 100644
|
| --- a/remoting/host/ipc_desktop_environment.h
|
| +++ b/remoting/host/ipc_desktop_environment.h
|
| @@ -96,7 +96,7 @@ class IpcDesktopEnvironmentFactory
|
| const ScreenResolution& resolution) override;
|
| void OnDesktopSessionAgentAttached(
|
| int terminal_id,
|
| - base::ProcessHandle desktop_process,
|
| + base::ProcessHandle desktop_process_handle,
|
| IPC::PlatformFileForTransit desktop_pipe) override;
|
| void OnTerminalDisconnected(int terminal_id) override;
|
|
|
|
|