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

Unified Diff: sandbox/linux/seccomp-bpf/verifier.h

Issue 940693004: bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restructure somewhat Created 5 years, 10 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/verifier.h
diff --git a/sandbox/linux/seccomp-bpf/verifier.h b/sandbox/linux/seccomp-bpf/verifier.h
index 6bd747bd75349ef538bd374bef9ce27bb8489d2b..50efe64dc0fefad110cd5a56c931b26e03b8b368 100644
--- a/sandbox/linux/seccomp-bpf/verifier.h
+++ b/sandbox/linux/seccomp-bpf/verifier.h
@@ -10,6 +10,7 @@
#include <vector>
#include "base/macros.h"
+#include "sandbox/sandbox_export.h"
struct sock_filter;
@@ -20,7 +21,7 @@ class Policy;
class PolicyCompiler;
}
-class Verifier {
+class SANDBOX_EXPORT Verifier {
public:
// Evaluate the BPF program for all possible inputs and verify that it
// computes the correct result. We use the "evaluators" to determine
« sandbox/linux/bpf_dsl/seccomp_macros.h ('K') | « sandbox/linux/bpf_dsl/seccomp_macros.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698