aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill_core_browser_form__structure.cc
blob: 8ed24fbfb737954cd115264fa64a7934000ef3d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- components/autofill/core/browser/form_structure.cc.orig	2016-05-11 19:02:18 UTC
+++ components/autofill/core/browser/form_structure.cc
@@ -34,7 +34,11 @@
 #include "components/autofill/core/common/form_field_data_predictions.h"
 #include "components/rappor/rappor_service.h"
 #include "components/rappor/rappor_utils.h"
-#include "third_party/re2/src/re2/re2.h"
+#if defined(OS_BSD)
+#  include <re2/re2.h>
+#else
+#  include "third_party/re2/src/re2/re2.h"
+#endif
 
 namespace autofill {
 namespace {