| Index: sandbox/linux/seccomp-bpf/verifier.h
|
| diff --git a/sandbox/linux/seccomp-bpf/verifier.h b/sandbox/linux/seccomp-bpf/verifier.h
|
| index a4e508684ed877ae8716558747b1aefbb59c7bc6..c8128ec62cc8468c169cc00ed8b732e00adfe8b8 100644
|
| --- a/sandbox/linux/seccomp-bpf/verifier.h
|
| +++ b/sandbox/linux/seccomp-bpf/verifier.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VERIFIER_H__
|
| -#define VERIFIER_H__
|
| +#ifndef SANDBOX_LINUX_SECCOMP_BPF_VERIFIER_H__
|
| +#define SANDBOX_LINUX_SECCOMP_BPF_VERIFIER_H__
|
|
|
| #include <linux/filter.h>
|
|
|
| @@ -72,4 +72,4 @@ class Verifier {
|
|
|
| } // namespace
|
|
|
| -#endif // VERIFIER_H__
|
| +#endif // SANDBOX_LINUX_SECCOMP_BPF_VERIFIER_H__
|
|
|