aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc
blob: 08daf72025a0686e0bf3f9aaa5b2d3f644a8aeb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/url_matcher/url_matcher_factory.cc.orig	2020-11-13 06:36:42 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 {