aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc')
-rw-r--r--www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc b/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc
new file mode 100644
index 000000000000..9ec695e2875c
--- /dev/null
+++ b/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc
@@ -0,0 +1,14 @@
+--- components/url_matcher/url_matcher_factory.cc.orig 2016-05-11 19:02:20 UTC
++++ components/url_matcher/url_matcher_factory.cc
+@@ -15,7 +15,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 {
+