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 a2ae04910be63c27a6c35a3995e29ec0aba2d31b..6ee86840da3dca093779807c1a6b2bb746f18387 100644 |
--- a/chrome/browser/importer/profile_import_process_messages.h |
+++ b/chrome/browser/importer/profile_import_process_messages.h |
@@ -17,7 +17,7 @@ |
#include "content/public/common/webkit_param_traits.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_message_utils.h" |
-#include "webkit/glue/password_form.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_ |
@@ -431,7 +431,7 @@ IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyFaviconsImportGroup, |
std::vector<history::ImportedFaviconUsage>) |
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyPasswordFormReady, |
- webkit_glue::PasswordForm) |
+ webkit::forms::PasswordForm) |
IPC_MESSAGE_CONTROL3(ProfileImportProcessHostMsg_NotifyKeywordsReady, |
std::vector<TemplateURL>, |