Update www/chromium to version 51.0.2704.103
[dports.git] / www / chromium / files / patch-components_url__matcher_url__matcher__factory.cc
1 --- components/url_matcher/url_matcher_factory.cc.orig  2016-05-11 19:02:20 UTC
2 +++ components/url_matcher/url_matcher_factory.cc
3 @@ -15,7 +15,11 @@
4  #include "base/values.h"
5  #include "components/url_matcher/url_matcher_constants.h"
6  #include "components/url_matcher/url_matcher_helpers.h"
7 +#if defined(OS_BSD)
8 +#include <re2/re2.h>
9 +#else
10  #include "third_party/re2/src/re2/re2.h"
11 +#endif
12  
13  namespace url_matcher {
14