diff options
Diffstat (limited to 'chrome/browser/zygote_host_linux.cc')
-rw-r--r-- | chrome/browser/zygote_host_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/zygote_host_linux.cc b/chrome/browser/zygote_host_linux.cc index 905b98f..bfb9d7b 100644 --- a/chrome/browser/zygote_host_linux.cc +++ b/chrome/browser/zygote_host_linux.cc @@ -58,7 +58,7 @@ ZygoteHost::ZygoteHost() { (st.st_mode & S_ISUID) && (st.st_mode & S_IXOTH) && access(kSandboxPath.c_str(), F_OK) == 0) { - cmd_line.PrependWrapper(kSandboxBinary); + cmd_line.PrependWrapper(ASCIIToWide(kSandboxBinary)); } else { LOG(FATAL) << "The SUID sandbox helper binary was found, but is not " "configured correctly. Rather than run without sandboxing " |