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

Unified Diff: sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc

Issue 1053603002: Introduce linux_filter.h and replace #include <linux/filter.h> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | sandbox/linux/bpf_dsl/codegen.cc » ('j') | sandbox/linux/bpf_dsl/dump_bpf.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc
diff --git a/sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc b/sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc
index dba421f6ad194a79f794be0d6122c3bf5e412f8c..398ec59ef1f1eb4e2d3e681ae2a02fa1ca43b284 100644
--- a/sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc
+++ b/sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc
@@ -26,6 +26,7 @@
#include "sandbox/linux/bpf_dsl/trap_registry.h"
#include "sandbox/linux/bpf_dsl/verifier.h"
#include "sandbox/linux/seccomp-bpf/errorcode.h"
+#include "sandbox/linux/system_headers/linux_filter.h"
mdempsky 2015/04/01 22:06:10 Why is this necessary?
hidehiko 2015/04/02 09:04:42 CodeGen::Program used below is actually the typede
#include "testing/gtest/include/gtest/gtest.h"
#define CASES SANDBOX_BPF_DSL_CASES
« no previous file with comments | « no previous file | sandbox/linux/bpf_dsl/codegen.cc » ('j') | sandbox/linux/bpf_dsl/dump_bpf.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698