aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc
blob: ebec8d7b29429001e5eebc74a081b857f31c8a32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- components/url_matcher/regex_set_matcher.cc.orig	2020-11-13 06:36:42 UTC
+++ components/url_matcher/regex_set_matcher.cc
@@ -12,8 +12,13 @@
 #include "base/logging.h"
 #include "base/strings/string_util.h"
 #include "components/url_matcher/substring_set_matcher.h"
+#if defined(OS_BSD)
+#include <re2/filtered_re2.h>
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/filtered_re2.h"
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace url_matcher {