aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc')
-rw-r--r--www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc b/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc
deleted file mode 100644
index 340ea6fabd6e..000000000000
--- a/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc
+++ /dev/null
@@ -1,16 +0,0 @@
---- components/url_matcher/regex_set_matcher.cc.orig 2021-04-14 18:41:02 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 {
-