summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/chromoting_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/win/chromoting_module.cc')
-rw-r--r--remoting/host/win/chromoting_module.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/win/chromoting_module.cc b/remoting/host/win/chromoting_module.cc
index 0e9f6b6..1d7a37e 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())