Index: chrome/browser/importer/profile_import_process_messages.h |
diff --git a/chrome/browser/importer/profile_import_process_messages.h b/chrome/browser/importer/profile_import_process_messages.h |
index d2300dd3fc36de2f2a38f7a64cc702d22cabc4cd..d697a1ef2f14c0e4ce6473ccad33dbecfdddc71e 100644 |
--- a/chrome/browser/importer/profile_import_process_messages.h |
+++ b/chrome/browser/importer/profile_import_process_messages.h |
@@ -15,9 +15,9 @@ |
#include "chrome/browser/search_engines/template_url.h" |
#include "chrome/common/common_param_traits_macros.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" |
-#include "webkit/forms/password_form.h" |
#ifndef CHROME_BROWSER_IMPORTER_PROFILE_IMPORT_PROCESS_MESSAGES_H_ |
#define CHROME_BROWSER_IMPORTER_PROFILE_IMPORT_PROCESS_MESSAGES_H_ |
@@ -331,7 +331,7 @@ IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyFaviconsImportGroup, |
std::vector<history::ImportedFaviconUsage>) |
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyPasswordFormReady, |
- webkit::forms::PasswordForm) |
+ content::PasswordForm) |
// WARNING: The TemplateURL*s in the following message get heap-allocated on the |
// receiving end. The message handler for this message MUST take ownership of |