aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_autofill_content_renderer_password__form__conversion__utils.cc
blob: f2d47ff42767ce4220a4bdecd522b58ce585785e (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	2021-04-14 01:08:44 UTC
+++ components/autofill/content/renderer/password_form_conversion_utils.cc
@@ -18,7 +18,11 @@
 #include "third_party/blink/public/web/web_form_control_element.h"
 #include "third_party/blink/public/web/web_input_element.h"
 #include "third_party/blink/public/web/web_local_frame.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 #include "url/gurl.h"
 
 using blink::WebElement;