diff options
Diffstat (limited to 'remoting/host/win/unprivileged_process_delegate.cc')
-rw-r--r-- | remoting/host/win/unprivileged_process_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc index 006b9e5..1457bd7 100644 --- a/remoting/host/win/unprivileged_process_delegate.cc +++ b/remoting/host/win/unprivileged_process_delegate.cc @@ -166,7 +166,7 @@ bool CreateWindowStationAndDesktop(ScopedSid logon_sid, WindowStationAndDesktop handles; handles.SetWindowStation(CreateWindowStation( - UTF8ToUTF16(window_station_name).c_str(), window_station_flags, + base::UTF8ToUTF16(window_station_name).c_str(), window_station_flags, desired_access, &security_attributes)); if (!handles.window_station()) { LOG_GETLASTERROR(ERROR) << "CreateWindowStation() failed"; |