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

Unified Diff: remoting/host/win/chromoting_module.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/verify_config_window_win.cc ('k') | remoting/host/win/elevated_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/chromoting_module.cc
diff --git a/remoting/host/win/chromoting_module.cc b/remoting/host/win/chromoting_module.cc
index 0e9f6b6334f95aed0c2192f34c402529fee107f1..1d7a37ea8020e8ed31ed27d2e2e47b25f76a1426 100644
--- a/remoting/host/win/chromoting_module.cc
+++ b/remoting/host/win/chromoting_module.cc
@@ -204,7 +204,7 @@ int ElevatedControllerMain() {
ChromotingModule module(elevated_controller_entry,
elevated_controller_entry + 1);
- if (!InitializeComSecurity(WideToUTF8(kElevatedControllerSd), "", true))
+ if (!InitializeComSecurity(base::WideToUTF8(kElevatedControllerSd), "", true))
return kInitializationFailed;
if (!module.Run())
« no previous file with comments | « remoting/host/verify_config_window_win.cc ('k') | remoting/host/win/elevated_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698