| Index: remoting/host/win/unprivileged_process_delegate.cc
|
| diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc
|
| index 006b9e5bf4ec3a3a0a65fc30df2c0a96413e3c55..1457bd70386bb61860311a3f67db9f1ee23b2d99 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";
|
|
|