aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc
blob: 39d62b33db2940109c4cc915bc982bb8543caa13 (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	2017-01-26 00:49:08 UTC
+++ chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -57,7 +57,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 BUILDFLAG(ANDROID_JAVA_UI)
 #include "chrome/browser/android/tab_android.h"