aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_common_stack__frame.cc
blob: 16a02654931060a6a43f974c94f53322d35f0d47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- extensions/common/stack_frame.cc.orig	2020-11-13 06:36:43 UTC
+++ extensions/common/stack_frame.cc
@@ -7,7 +7,11 @@
 #include <string>
 
 #include "base/strings/utf_string_conversions.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace extensions {