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

Unified Diff: sandbox/linux/bpf_dsl/codegen_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 | « sandbox/linux/bpf_dsl/codegen.cc ('k') | sandbox/linux/bpf_dsl/dump_bpf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/bpf_dsl/codegen_unittest.cc
diff --git a/sandbox/linux/bpf_dsl/codegen_unittest.cc b/sandbox/linux/bpf_dsl/codegen_unittest.cc
index 3abfc85a6c827a7c69dad9ef7e8684608301c1ee..29b400ab9de41f999996134467238847f3d838f5 100644
--- a/sandbox/linux/bpf_dsl/codegen_unittest.cc
+++ b/sandbox/linux/bpf_dsl/codegen_unittest.cc
@@ -4,8 +4,6 @@
#include "sandbox/linux/bpf_dsl/codegen.h"
-#include <linux/filter.h>
-
#include <map>
#include <utility>
#include <vector>
@@ -13,6 +11,7 @@
#include "base/macros.h"
#include "base/md5.h"
#include "base/strings/string_piece.h"
+#include "sandbox/linux/system_headers/linux_filter.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace sandbox {
« no previous file with comments | « sandbox/linux/bpf_dsl/codegen.cc ('k') | sandbox/linux/bpf_dsl/dump_bpf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698