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

Unified Diff: content/public/renderer/document_state.cc

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/renderer/document_state.h ('k') | content/public/renderer/password_form_conversion_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/document_state.cc
diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc
index af7bc05fdb9bae9c7d5534f2d359394667c7054e..2aa9ffb90403b996856d20fa2b15727559da9329 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -4,8 +4,8 @@
#include "content/public/renderer/document_state.h"
+#include "content/public/common/password_form.h"
#include "content/public/renderer/navigation_state.h"
-#include "webkit/forms/password_form.h"
#include "webkit/glue/alt_error_page_resource_fetcher.h"
namespace content {
@@ -33,7 +33,7 @@ DocumentState::DocumentState()
DocumentState::~DocumentState() {}
void DocumentState::set_password_form_data(
- scoped_ptr<webkit::forms::PasswordForm> data) {
+ scoped_ptr<PasswordForm> data) {
password_form_data_.reset(data.release());
}
« no previous file with comments | « content/public/renderer/document_state.h ('k') | content/public/renderer/password_form_conversion_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698