| 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
|
|
|