summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/rdp_client_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/win/rdp_client_window.cc')
-rw-r--r--remoting/host/win/rdp_client_window.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/win/rdp_client_window.cc b/remoting/host/win/rdp_client_window.cc
index 9a2d366..fe3da3c 100644
--- a/remoting/host/win/rdp_client_window.cc
+++ b/remoting/host/win/rdp_client_window.cc
@@ -240,8 +240,8 @@ LRESULT RdpClientWindow::OnCreate(CREATESTRUCT* create_struct) {
base::win::ScopedComPtr<mstsc::IMsTscSecuredSettings> secured_settings;
base::win::ScopedComPtr<mstsc::IMsRdpClientSecuredSettings> secured_settings2;
base::win::ScopedBstr server_name(
- UTF8ToUTF16(server_endpoint_.ToStringWithoutPort()).c_str());
- base::win::ScopedBstr terminal_id(UTF8ToUTF16(terminal_id_).c_str());
+ base::UTF8ToUTF16(server_endpoint_.ToStringWithoutPort()).c_str());
+ base::win::ScopedBstr terminal_id(base::UTF8ToUTF16(terminal_id_).c_str());
// Create the child window that actually hosts the ActiveX control.
RECT rect = { 0, 0, screen_size_.width(), screen_size_.height() };