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

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

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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/renderer/render_view_impl.cc » ('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 a4c22b5969527de22c3e55c85dd85e025de2884f..e564b77a876020ed376ea0b48ce03ccac94f6661 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -5,8 +5,8 @@
#include "content/public/renderer/document_state.h"
#include "content/public/renderer/navigation_state.h"
+#include "webkit/forms/password_form.h"
#include "webkit/glue/alt_error_page_resource_fetcher.h"
-#include "webkit/glue/password_form.h"
namespace content {
@@ -28,7 +28,7 @@ DocumentState::DocumentState()
DocumentState::~DocumentState() {}
-void DocumentState::set_password_form_data(webkit_glue::PasswordForm* data) {
+void DocumentState::set_password_form_data(webkit::forms::PasswordForm* data) {
password_form_data_.reset(data);
}
« no previous file with comments | « content/public/renderer/document_state.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698