| 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())
|
|
|