| Index: remoting/host/win/launch_process_with_token.h
|
| diff --git a/remoting/host/win/launch_process_with_token.h b/remoting/host/win/launch_process_with_token.h
|
| index 678ade24ed21203f4cd1248f2cd0a29b4d8d38bb..bc8157a300b169832753998715e41375e9318e8f 100644
|
| --- a/remoting/host/win/launch_process_with_token.h
|
| +++ b/remoting/host/win/launch_process_with_token.h
|
| @@ -65,7 +65,7 @@ bool CreateSessionToken(uint32 session_id, base::win::ScopedHandle* token_out);
|
| // The other parameters are passed directly to CreateProcessAsUser().
|
| // If |inherit_handles| is true |g_inherit_handles_lock| should be taken while
|
| // any inheritable handles are open.
|
| -bool LaunchProcessWithToken(const FilePath& binary,
|
| +bool LaunchProcessWithToken(const base::FilePath& binary,
|
| const CommandLine::StringType& command_line,
|
| HANDLE user_token,
|
| SECURITY_ATTRIBUTES* process_attributes,
|
|
|