Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(881)

Unified Diff: components/autofill/content/renderer/password_form_conversion_utils.h

Issue 1153023004: Prepare the infrastructure for password overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the test. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/content/renderer/password_form_conversion_utils.h
diff --git a/components/autofill/content/renderer/password_form_conversion_utils.h b/components/autofill/content/renderer/password_form_conversion_utils.h
index 36043a422e65c3cf36c62d589a4a99b2d05f4f50..12e850c4af72f8436537e0b673384a8491d480e3 100644
--- a/components/autofill/content/renderer/password_form_conversion_utils.h
+++ b/components/autofill/content/renderer/password_form_conversion_utils.h
@@ -8,6 +8,7 @@
#include <map>
#include "base/memory/scoped_ptr.h"
+#include "components/autofill/core/common/password_form_field_prediction_map.h"
#include "url/gurl.h"
namespace blink {
@@ -42,8 +43,8 @@ scoped_ptr<PasswordForm> CreatePasswordForm(
const blink::WebFormElement& form,
const std::map<const blink::WebInputElement, blink::WebString>*
nonscript_modified_values,
- const std::map<autofill::FormData, autofill::FormFieldData>*
- form_predictions);
+ const std::map<autofill::FormData,
+ autofill::PasswordFormFieldPredictionMap>* form_predictions);
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698