summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-93-pwdmgr-include.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2021-10-14 19:01:18 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2021-10-14 19:01:18 -0400
commit846cdbdbf965fc50478bcc4c6436e3dc6a489f3f (patch)
tree4a39385c982291a110f513871aba340f0a7a061e /www-client/chromium/files/chromium-93-pwdmgr-include.patch
downloadppo-846cdbdbf965fc50478bcc4c6436e3dc6a489f3f.tar.xz
Initial commit.
Diffstat (limited to 'www-client/chromium/files/chromium-93-pwdmgr-include.patch')
-rw-r--r--www-client/chromium/files/chromium-93-pwdmgr-include.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-93-pwdmgr-include.patch b/www-client/chromium/files/chromium-93-pwdmgr-include.patch
new file mode 100644
index 0000000..041be9f
--- /dev/null
+++ b/www-client/chromium/files/chromium-93-pwdmgr-include.patch
@@ -0,0 +1,25 @@
+diff --git a/components/password_manager/core/browser/field_info_table.h b/components/password_manager/core/browser/field_info_table.h
+index fb6d84005..e4c88aab3 100644
+--- a/components/password_manager/core/browser/field_info_table.h
++++ b/components/password_manager/core/browser/field_info_table.h
+@@ -5,6 +5,8 @@
+ #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FIELD_INFO_TABLE_H_
+ #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FIELD_INFO_TABLE_H_
+
++#include <vector>
++
+ #include "base/macros.h"
+ #include "base/time/time.h"
+ #include "components/autofill/core/browser/field_types.h"
+diff --git a/components/password_manager/core/browser/hash_password_manager.h b/components/password_manager/core/browser/hash_password_manager.h
+index c762c5a8c..85e656edc 100644
+--- a/components/password_manager/core/browser/hash_password_manager.h
++++ b/components/password_manager/core/browser/hash_password_manager.h
+@@ -6,6 +6,7 @@
+ #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_HASH_PASSWORD_MANAGER_H_
+
+ #include <string>
++#include <vector>
+
+ #include "base/callback.h"
+ #include "base/callback_list.h"