aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h
blob: c2eab1f687ba12803d65b3d5409e7ab3c825974d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- content/common/gpu_pre_sandbox_hook_linux.h.orig	2024-04-19 13:02:56 UTC
+++ content/common/gpu_pre_sandbox_hook_linux.h
@@ -5,8 +5,13 @@
 #ifndef CONTENT_COMMON_GPU_PRE_SANDBOX_HOOK_LINUX_H_
 #define CONTENT_COMMON_GPU_PRE_SANDBOX_HOOK_LINUX_H_
 
+#include "build/build_config.h"
 #include "base/component_export.h"
+#if BUILDFLAG(IS_BSD)
+#include "sandbox/policy/sandbox.h"
+#else
 #include "sandbox/policy/linux/sandbox_linux.h"
+#endif
 
 namespace content {