Index: remoting/host/win/launch_process_with_token.cc |
diff --git a/remoting/host/win/launch_process_with_token.cc b/remoting/host/win/launch_process_with_token.cc |
index 04a6660dfabace20b536c7a4940491b1cd249e27..63bd7c08efc389b63f9667018ef89d23c22065bd 100644 |
--- a/remoting/host/win/launch_process_with_token.cc |
+++ b/remoting/host/win/launch_process_with_token.cc |
@@ -61,7 +61,7 @@ bool ConnectToExecutionServer(uint32_t session_id, |
// Use winsta!WinStationQueryInformationW() to determine the process creation |
// pipe name for the session. |
base::FilePath winsta_path( |
- base::GetNativeLibraryName(base::UTF8ToUTF16("winsta"))); |
+ base::ASCIIToUTF16(base::GetNativeLibraryName("winsta"))); |
base::ScopedNativeLibrary winsta(winsta_path); |
if (winsta.is_valid()) { |
PWINSTATIONQUERYINFORMATIONW win_station_query_information = |