| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index 295473d9f51b5ad840c93dbe1f883e131dc0cc32..5f0c5b246321243d11b1d0428128b374fdd8683a 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -559,7 +559,7 @@
|
|
|
| void SetJobLevel(const base::CommandLine& cmd_line,
|
| sandbox::JobLevel job_level,
|
| - uint32_t ui_exceptions,
|
| + uint32 ui_exceptions,
|
| sandbox::TargetPolicy* policy) {
|
| if (ShouldSetJobLevel(cmd_line)) {
|
| #ifdef _WIN64
|
|
|