aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc
blob: 533e9439604eb7f1fbe43d43f904f506f9189b02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/url_matcher/url_matcher_factory.cc.orig	2019-03-11 22:00:57 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 {