| Index: content/common/sandbox_win.h
|
| diff --git a/content/common/sandbox_win.h b/content/common/sandbox_win.h
|
| index 70d2e4ff0c2cf83001abd9162b140017fdcc96bc..2547aede7592cda6bd19e231c0e562f2b008c108 100644
|
| --- a/content/common/sandbox_win.h
|
| +++ b/content/common/sandbox_win.h
|
| @@ -24,7 +24,7 @@
|
| // should be let to run without a job object assigned.
|
| void SetJobLevel(const base::CommandLine& cmd_line,
|
| sandbox::JobLevel job_level,
|
| - uint32_t ui_exceptions,
|
| + uint32 ui_exceptions,
|
| sandbox::TargetPolicy* policy);
|
|
|
| // Closes handles that are opened at process creation and initialization.
|
|
|