Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: content/public/common/frame_navigate_params.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/password_form.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/password_form.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698