aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h
blob: 2f9a7bb4744821301f3bf8419719ff9f505ae6f3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                               
                                                                  
                


                                                                        


                                
                                    





                                                
--- content/utility/speech/speech_recognition_sandbox_hook_linux.h.orig	2023-09-13 12:11:42 UTC
+++ content/utility/speech/speech_recognition_sandbox_hook_linux.h
@@ -5,7 +5,13 @@
 #ifndef CONTENT_UTILITY_SPEECH_SPEECH_RECOGNITION_SANDBOX_HOOK_LINUX_H_
 #define CONTENT_UTILITY_SPEECH_SPEECH_RECOGNITION_SANDBOX_HOOK_LINUX_H_
 
+#include "build/build_config.h"
+
+#if BUILDFLAG(IS_BSD)
+#include "sandbox/policy/sandbox.h"
+#else
 #include "sandbox/policy/linux/sandbox_linux.h"
+#endif
 
 namespace speech {