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 f33c1323691690d435c6dfd3b1912f9c914e4c9f..e3d11f1cff11c458f0613a4eada7d26985e0bd5f 100644 |
--- a/remoting/host/win/launch_process_with_token.h |
+++ b/remoting/host/win/launch_process_with_token.h |
@@ -38,7 +38,7 @@ bool LaunchProcessWithToken(const base::FilePath& binary, |
SECURITY_ATTRIBUTES* thread_attributes, |
bool inherit_handles, |
DWORD creation_flags, |
- const char16* desktop_name, |
+ const base::char16* desktop_name, |
base::win::ScopedHandle* process_out, |
base::win::ScopedHandle* thread_out); |