aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_url__matcher_url__matcher__factory.cc
blob: 063c62d8e429f2e918a9049a91c4ed88cc64e841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/url_matcher/url_matcher_factory.cc.orig	2021-01-07 00:36:32 UTC
+++ components/url_matcher/url_matcher_factory.cc
@@ -16,7 +16,11 @@
 #include "base/values.h"
 #include "components/url_matcher/url_matcher_constants.h"
 #include "components/url_matcher/url_matcher_helpers.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace url_matcher {