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

Unified Diff: sandbox/linux/seccomp-bpf/syscall.cc

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 months 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
Index: sandbox/linux/seccomp-bpf/syscall.cc
diff --git a/sandbox/linux/seccomp-bpf/syscall.cc b/sandbox/linux/seccomp-bpf/syscall.cc
index 9fce1dac637023d4fa8ce73d18235a9537461eda..3b3c8db5b86dc9ad55c8c4c4c7787418ba095feb 100644
--- a/sandbox/linux/seccomp-bpf/syscall.cc
+++ b/sandbox/linux/seccomp-bpf/syscall.cc
@@ -4,10 +4,9 @@
#include "sandbox/linux/seccomp-bpf/syscall.h"
-#include <asm/unistd.h>
#include <errno.h>
+#include <stdint.h>
-#include "base/basictypes.h"
#include "base/logging.h"
#include "sandbox/linux/bpf_dsl/seccomp_macros.h"

Powered by Google App Engine
This is Rietveld 408576698