Index: content/public/common/common_param_traits_macros.h |
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h |
index 22340c692f2e42b0cf699bc10b5619092ab0b2ef..157bb06e03cbd9e9099a501ca3b8ec834258cca3 100644 |
--- a/content/public/common/common_param_traits_macros.h |
+++ b/content/public/common/common_param_traits_macros.h |
@@ -9,12 +9,12 @@ |
#define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ |
#include "content/public/common/console_message_level.h" |
+#include "content/public/common/password_form.h" |
#include "content/public/common/security_style.h" |
#include "ipc/ipc_message_macros.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebReferrerPolicy.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h" |
-#include "webkit/forms/password_form.h" |
#include "webkit/glue/window_open_disposition.h" |
#include "webkit/plugins/webplugininfo.h" |
@@ -38,7 +38,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebKit::WebRect) |
IPC_STRUCT_TRAITS_MEMBER(height) |
IPC_STRUCT_TRAITS_END() |
-IPC_STRUCT_TRAITS_BEGIN(webkit::forms::PasswordForm) |
+IPC_STRUCT_TRAITS_BEGIN(content::PasswordForm) |
IPC_STRUCT_TRAITS_MEMBER(signon_realm) |
IPC_STRUCT_TRAITS_MEMBER(origin) |
IPC_STRUCT_TRAITS_MEMBER(action) |