summaryrefslogtreecommitdiffstats
path: root/chrome/common/sandbox_init_wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/sandbox_init_wrapper.cc')
-rw-r--r--chrome/common/sandbox_init_wrapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sandbox_init_wrapper.cc b/chrome/common/sandbox_init_wrapper.cc
index 14006ed..31488f7 100644
--- a/chrome/common/sandbox_init_wrapper.cc
+++ b/chrome/common/sandbox_init_wrapper.cc
@@ -19,7 +19,7 @@ void SandboxInitWrapper::SetServices(sandbox::SandboxInterfaceInfo* info) {
#endif
void SandboxInitWrapper::InitializeSandbox(const CommandLine& command_line,
- const std::wstring& process_type) {
+ const std::string& process_type) {
#if defined(OS_WIN)
if (!target_services_)
return;