| Index: content/common/sandbox_linux/sandbox_seccomp_bpf_linux.h
|
| diff --git a/content/common/sandbox_seccomp_bpf_linux.h b/content/common/sandbox_linux/sandbox_seccomp_bpf_linux.h
|
| similarity index 89%
|
| rename from content/common/sandbox_seccomp_bpf_linux.h
|
| rename to content/common/sandbox_linux/sandbox_seccomp_bpf_linux.h
|
| index c6058c41c03b8fac758aa960204f9917e207c5b7..cbf6daf8167141f802064c310243b4732ba3cbf1 100644
|
| --- a/content/common/sandbox_seccomp_bpf_linux.h
|
| +++ b/content/common/sandbox_linux/sandbox_seccomp_bpf_linux.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 CONTENT_COMMON_SANDBOX_SECCOMP_BPF_LINUX_H_
|
| -#define CONTENT_COMMON_SANDBOX_SECCOMP_BPF_LINUX_H_
|
| +#ifndef CONTENT_COMMON_SANDBOX_LINUX_SANDBOX_SECCOMP_BPF_LINUX_H_
|
| +#define CONTENT_COMMON_SANDBOX_LINUX_SANDBOX_SECCOMP_BPF_LINUX_H_
|
|
|
| #include <string>
|
|
|
| @@ -49,5 +49,5 @@ class SandboxSeccompBPF {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_SANDBOX_SECCOMP_BPF_LINUX_H_
|
| +#endif // CONTENT_COMMON_SANDBOX_LINUX_SANDBOX_SECCOMP_BPF_LINUX_H_
|
|
|
|
|