aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_policy_core_common_schema.cc
blob: 079d10571c28fa695da56af0fa9281a0cffdef44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/policy/core/common/schema.cc.orig	2020-11-13 06:36:41 UTC
+++ components/policy/core/common/schema.cc
@@ -24,7 +24,11 @@
 #include "base/strings/stringprintf.h"
 #include "components/policy/core/common/json_schema_constants.h"
 #include "components/policy/core/common/schema_internal.h"
+#if defined(OS_FREEBSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace schema = json_schema_constants;