aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_json__schema_json__schema__validator.cc
blob: 48209be953f7012662ec263c44e8045db345c7bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/json_schema/json_schema_validator.cc.orig	2016-05-11 19:02:18 UTC
+++ components/json_schema/json_schema_validator.cc
@@ -20,7 +20,11 @@
 #include "base/strings/stringprintf.h"
 #include "base/values.h"
 #include "components/json_schema/json_schema_constants.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace schema = json_schema_constants;