aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__password_manager__chrome_password_manager_client.cc
blob: b46c8366b6947a6223decbbdca9f977dde738ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig	2016-03-05 21:11:05.017583997 +0100
+++ chrome/browser/password_manager/chrome_password_manager_client.cc	2016-03-05 21:11:24.785751124 +0100
@@ -55,7 +55,11 @@
 #include "content/public/browser/web_contents.h"
 #include "google_apis/gaia/gaia_urls.h"
 #include "net/base/url_util.h"
+#if defined(OS_BSD)
+#include <re2/re2.h>
+#else
 #include "third_party/re2/src/re2/re2.h"
+#endif
 
 #if defined(OS_MACOSX) || BUILDFLAG(ANDROID_JAVA_UI)
 #include "chrome/browser/password_manager/save_password_infobar_delegate.h"