aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_policy_core_common_schema.cc
blob: 4b47fa3d917eae4f1260c3712b6c26c1166f277d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/policy/core/common/schema.cc.orig	2016-05-11 19:02:18 UTC
+++ components/policy/core/common/schema.cc
@@ -21,7 +21,11 @@
 #include "components/json_schema/json_schema_constants.h"
 #include "components/json_schema/json_schema_validator.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;