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

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

Issue 11971028: Android: create a generic android_ucontext.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits. Created 7 years, 11 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
« no previous file with comments | « sandbox/linux/sandbox_linux.gypi ('k') | sandbox/linux/services/android_arm_ucontext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/seccomp-bpf/sandbox_bpf.cc
diff --git a/sandbox/linux/seccomp-bpf/sandbox_bpf.cc b/sandbox/linux/seccomp-bpf/sandbox_bpf.cc
index cc2ce1e6e9d2ba2f13451914435b846808dff405..dc21b7deee99c1b33bd6cf791ce8fdf75f81782e 100644
--- a/sandbox/linux/seccomp-bpf/sandbox_bpf.cc
+++ b/sandbox/linux/seccomp-bpf/sandbox_bpf.cc
@@ -18,8 +18,8 @@
#include "sandbox/linux/seccomp-bpf/verifier.h"
// Android's signal.h doesn't define ucontext etc.
-#if defined(OS_ANDROID) && defined(__arm__)
-#include "sandbox/linux/services/android_arm_ucontext.h"
+#if defined(OS_ANDROID)
+#include "sandbox/linux/services/android_ucontext.h"
#endif
namespace {
« no previous file with comments | « sandbox/linux/sandbox_linux.gypi ('k') | sandbox/linux/services/android_arm_ucontext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698