Index: content/common/sandbox_seccomp_bpf_linux.cc |
diff --git a/content/common/sandbox_seccomp_bpf_linux.cc b/content/common/sandbox_seccomp_bpf_linux.cc |
index b622631e25f50fe26cbc8e78da0933662eb8e786..67f50397f9db17ee6457fa3d924ad7de6fa5a4e0 100644 |
--- a/content/common/sandbox_seccomp_bpf_linux.cc |
+++ b/content/common/sandbox_seccomp_bpf_linux.cc |
@@ -1420,7 +1420,7 @@ bool SandboxSeccompBpf::ShouldEnableSeccompBpf( |
return true; |
#endif // __arm__ |
-#endif // process_type |
+#endif // SECCOMP_BPF_SANDBOX |
return false; |
} |