Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: content/common/sandbox_win.cc

Issue 1538283002: Switch to standard integer types in sandbox/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macros Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_win.h ('k') | sandbox/linux/bpf_dsl/bpf_dsl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_win.cc
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
index 5f0c5b246321243d11b1d0428128b374fdd8683a..295473d9f51b5ad840c93dbe1f883e131dc0cc32 100644
--- a/content/common/sandbox_win.cc
+++ b/content/common/sandbox_win.cc
@@ -559,7 +559,7 @@ bool IsAppContainerEnabled() {
void SetJobLevel(const base::CommandLine& cmd_line,
sandbox::JobLevel job_level,
- uint32 ui_exceptions,
+ uint32_t ui_exceptions,
sandbox::TargetPolicy* policy) {
if (ShouldSetJobLevel(cmd_line)) {
#ifdef _WIN64
« no previous file with comments | « content/common/sandbox_win.h ('k') | sandbox/linux/bpf_dsl/bpf_dsl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698