Chromium Code Reviews| Index: components/autofill/core/browser/autofill_manager.h |
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h |
| index 735f18a29950f957c013e2a364f46ba2c6428880..1c60f75d8419a78187a48a1278223c44edeb80fa 100644 |
| --- a/components/autofill/core/browser/autofill_manager.h |
| +++ b/components/autofill/core/browser/autofill_manager.h |
| @@ -26,6 +26,7 @@ |
| #include "components/autofill/core/browser/personal_data_manager.h" |
| #include "components/autofill/core/common/form_data.h" |
| #include "components/autofill/core/common/forms_seen_state.h" |
| +#include "components/autofill/core/common/password_form.h" |
|
vabr (Chromium)
2014/02/05 20:34:20
I believe you acn also revert all changes in this
|
| #include "third_party/WebKit/public/web/WebFormElement.h" |
| class GURL; |
| @@ -61,6 +62,7 @@ class FormStructureBrowserTest; |
| struct FormData; |
| struct FormFieldData; |
| +struct PasswordForm; |
| struct PasswordFormFillData; |
| // Manages saving and restoring the user's personal information entered into web |
| @@ -144,6 +146,7 @@ class AutofillManager : public AutofillDownloadManager::Observer { |
| const PasswordFormFillData& fill_data); |
| void OnShowPasswordSuggestions( |
| const FormFieldData& field, |
| + const PasswordForm& password_form, |
| const gfx::RectF& bounds, |
| const std::vector<base::string16>& suggestions, |
| const std::vector<base::string16>& realms); |