pkgsrc-wip/chromium/patches/patch-components_url__match...

14 lines
404 B
C++

$NetBSD$
--- components/url_matcher/url_matcher_factory.cc.orig 2020-07-08 21:40:41.000000000 +0000
+++ components/url_matcher/url_matcher_factory.cc
@@ -16,7 +16,7 @@
#include "base/values.h"
#include "components/url_matcher/url_matcher_constants.h"
#include "components/url_matcher/url_matcher_helpers.h"
-#include "third_party/re2/src/re2/re2.h"
+#include <re2/re2.h>
namespace url_matcher {