aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill_content_renderer_password__form__conversion__utils.cc
blob: 2d95a693b397146b3ab127d84ee4ab9a56413fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/autofill/content/renderer/password_form_conversion_utils.cc.orig	2016-05-11 19:02:18 UTC
+++ components/autofill/content/renderer/password_form_conversion_utils.cc
@@ -26,7 +26,11 @@
 #include "third_party/WebKit/public/web/WebFormControlElement.h"
 #include "third_party/WebKit/public/web/WebFrame.h"
 #include "third_party/WebKit/public/web/WebInputElement.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 using blink::WebDocument;
 using blink::WebFormControlElement;