Index: content/public/common/frame_navigate_params.h |
diff --git a/content/public/common/frame_navigate_params.h b/content/public/common/frame_navigate_params.h |
index 82d6c2a09f5469db7b51b6388af24a6993d4182d..f3f686c9211d7f18bf33ebdd4b8f1e79dfb2397d 100644 |
--- a/content/public/common/frame_navigate_params.h |
+++ b/content/public/common/frame_navigate_params.h |
@@ -10,10 +10,10 @@ |
#include "content/common/content_export.h" |
#include "content/public/common/page_transition_types.h" |
+#include "content/public/common/password_form.h" |
#include "content/public/common/referrer.h" |
#include "googleurl/src/gurl.h" |
#include "net/base/host_port_pair.h" |
-#include "webkit/forms/password_form.h" |
namespace content { |
@@ -60,7 +60,7 @@ struct CONTENT_EXPORT FrameNavigateParams { |
std::string searchable_form_encoding; |
// See password_form.h. |
- webkit::forms::PasswordForm password_form; |
+ content::PasswordForm password_form; |
// Contents MIME type of main frame. |
std::string contents_mime_type; |