$OpenBSD: patch-content_utility_speech_speech_recognition_sandbox_hook_linux_h,v 1.1 2021/10/29 14:49:41 robert Exp $

Index: content/utility/speech/speech_recognition_sandbox_hook_linux.h
--- content/utility/speech/speech_recognition_sandbox_hook_linux.h.orig
+++ content/utility/speech/speech_recognition_sandbox_hook_linux.h
@@ -5,7 +5,11 @@
 #ifndef CONTENT_UTILITY_SPEECH_SPEECH_RECOGNITION_SANDBOX_HOOK_LINUX_H_
 #define CONTENT_UTILITY_SPEECH_SPEECH_RECOGNITION_SANDBOX_HOOK_LINUX_H_
 
+#if defined(OS_BSD)
+#include "sandbox/policy/openbsd/sandbox_openbsd.h"
+#else
 #include "sandbox/policy/linux/sandbox_linux.h"
+#endif
 
 namespace speech {
 
