Index: chrome/common/importer/profile_import_process_messages.h |
diff --git a/chrome/common/importer/profile_import_process_messages.h b/chrome/common/importer/profile_import_process_messages.h |
index b9f4534c20a68e636dd94301082fb0dac656e6b1..1e5bab626c78e928a77b40edfb5cf9b3047a481c 100644 |
--- a/chrome/common/importer/profile_import_process_messages.h |
+++ b/chrome/common/importer/profile_import_process_messages.h |
@@ -14,8 +14,9 @@ |
#include "chrome/common/importer/imported_favicon_usage.h" |
#include "chrome/common/importer/importer_data_types.h" |
#include "chrome/common/importer/importer_url_row.h" |
+#include "components/autofill/core/common/autofill_param_traits_macros.h" |
+#include "components/autofill/core/common/password_form.h" |
#include "content/public/common/common_param_traits.h" |
-#include "content/public/common/password_form.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_message_utils.h" |
@@ -312,7 +313,7 @@ IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyFaviconsImportGroup, |
std::vector<ImportedFaviconUsage>) |
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyPasswordFormReady, |
- content::PasswordForm) |
+ autofill::PasswordForm) |
IPC_MESSAGE_CONTROL2(ProfileImportProcessHostMsg_NotifyKeywordsReady, |
std::vector<importer::URLKeywordInfo>, // url_keywords |