| 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 e4442fd23bc1c52315fdbe1215444163449521f1..56de737f26f7b0d36c9378d10d6daace9a105eea 100644
|
| --- a/content/public/common/frame_navigate_params.h
|
| +++ b/content/public/common/frame_navigate_params.h
|
| @@ -14,7 +14,7 @@
|
| #include "content/public/common/referrer.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/host_port_pair.h"
|
| -#include "webkit/glue/password_form.h"
|
| +#include "webkit/forms/password_form.h"
|
|
|
| namespace content {
|
|
|
| @@ -61,7 +61,7 @@ struct CONTENT_EXPORT FrameNavigateParams {
|
| std::string searchable_form_encoding;
|
|
|
| // See password_form.h.
|
| - webkit_glue::PasswordForm password_form;
|
| + webkit::forms::PasswordForm password_form;
|
|
|
| // Contents MIME type of main frame.
|
| std::string contents_mime_type;
|
|
|