Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: remoting/host/win/rdp_desktop_session.cc

Issue 121123002: Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox/, skia/, sql/, sync/,… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/rdp_client_window.cc ('k') | remoting/host/win/security_descriptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/rdp_desktop_session.cc
diff --git a/remoting/host/win/rdp_desktop_session.cc b/remoting/host/win/rdp_desktop_session.cc
index 73c33388b96c65c2adb2cfcf94b08e87ee131c45..6f6d397224ab5402be3ea3924ac098a27586bb01 100644
--- a/remoting/host/win/rdp_desktop_session.cc
+++ b/remoting/host/win/rdp_desktop_session.cc
@@ -27,7 +27,7 @@ STDMETHODIMP RdpDesktopSession::Connect(
client_.reset(new RdpClient(task_runner, task_runner,
webrtc::DesktopSize(width, height),
- UTF16ToUTF8(terminal_id), this));
+ base::UTF16ToUTF8(terminal_id), this));
return S_OK;
}
« no previous file with comments | « remoting/host/win/rdp_client_window.cc ('k') | remoting/host/win/security_descriptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698