| Index: sandbox/win/src/job.cc
|
| diff --git a/sandbox/win/src/job.cc b/sandbox/win/src/job.cc
|
| index 060ffa52438d171dbf88b65493f593a3c1dd1185..62b8d5c3c4b294844970f84cad94b207fc9cb38e 100644
|
| --- a/sandbox/win/src/job.cc
|
| +++ b/sandbox/win/src/job.cc
|
| @@ -14,7 +14,8 @@ Job::~Job() {
|
| ::CloseHandle(job_handle_);
|
| };
|
|
|
| -DWORD Job::Init(JobLevel security_level, wchar_t *job_name,
|
| +DWORD Job::Init(JobLevel security_level,
|
| + const wchar_t* job_name,
|
| DWORD ui_exceptions) {
|
| if (job_handle_)
|
| return ERROR_ALREADY_INITIALIZED;
|
|
|