| Index: remoting/host/win/wts_terminal_monitor.cc
|
| diff --git a/remoting/host/win/wts_terminal_monitor.cc b/remoting/host/win/wts_terminal_monitor.cc
|
| index d9d373206a867670ee50ab9578fd7b8d8ba239ed..6c654791fd6f17cd6364238588dccf6de6fd19ec 100644
|
| --- a/remoting/host/win/wts_terminal_monitor.cc
|
| +++ b/remoting/host/win/wts_terminal_monitor.cc
|
| @@ -42,8 +42,9 @@ bool WtsTerminalMonitor::LookupTerminalId(uint32 session_id,
|
| return false;
|
| }
|
|
|
| - bool result = WideToUTF8(working_directory, (bytes / sizeof(wchar_t)) - 1,
|
| - terminal_id);
|
| + bool result = base::WideToUTF8(working_directory,
|
| + (bytes / sizeof(wchar_t)) - 1,
|
| + terminal_id);
|
| WTSFreeMemory(working_directory);
|
| return result;
|
| }
|
|
|