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

Unified Diff: components/autofill/common/password_form_fill_data.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 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/common/password_form_fill_data.h
diff --git a/components/autofill/common/password_form_fill_data.h b/components/autofill/common/password_form_fill_data.h
index b0de41b030ba7eb7e7ef0c282f57dce26c9a3b51..b94fc9406591daba92db3e41d00c1a615561527b 100644
--- a/components/autofill/common/password_form_fill_data.h
+++ b/components/autofill/common/password_form_fill_data.h
@@ -8,6 +8,7 @@
#include <map>
#include "base/memory/scoped_ptr.h"
+#include "components/autofill/common/autofill_export.h"
#include "components/autofill/common/form_data.h"
#include "content/public/common/password_form.h"
@@ -22,7 +23,7 @@ namespace autofill {
// unless the PasswordManager determined there is an additional risk
// associated with this form. This can happen, for example, if action URI's
// of the observed form and our saved representation don't match up.
-struct PasswordFormFillData {
+struct AUTOFILL_EXPORT PasswordFormFillData {
typedef std::map<base::string16, base::string16> LoginCollection;
FormData basic_data;
@@ -38,7 +39,7 @@ struct PasswordFormFillData {
// preferred_match should equal (address) one of matches.
// wait_for_username_before_autofill is true if we should not autofill
// anything until the user typed in a valid username and blurred the field.
-void InitPasswordFormFillData(
+void AUTOFILL_EXPORT InitPasswordFormFillData(
const content::PasswordForm& form_on_page,
const content::PasswordFormMap& matches,
const content::PasswordForm* const preferred_match,

Powered by Google App Engine
This is Rietveld 408576698