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

Unified Diff: chrome/browser/password_manager_delegate_impl.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
Index: chrome/browser/password_manager_delegate_impl.cc
diff --git a/chrome/browser/password_manager_delegate_impl.cc b/chrome/browser/password_manager_delegate_impl.cc
index 3c423a654f37114ad5caf4a09270644e87f65dbd..accc63ab35f98d5c0fc139a5e8d0b2d5c86cf11b 100644
--- a/chrome/browser/password_manager_delegate_impl.cc
+++ b/chrome/browser/password_manager_delegate_impl.cc
@@ -19,7 +19,7 @@
#include "grit/theme_resources_standard.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
-#include "webkit/glue/password_form.h"
+#include "webkit/forms/password_form.h"
// After a successful *new* login attempt, we take the PasswordFormManager in
// provisional_save_manager_ and move it to a SavePasswordInfoBarDelegate while
@@ -110,7 +110,7 @@ bool SavePasswordInfoBarDelegate::Cancel() {
// PasswordManagerDelegateImpl ------------------------------------------------
void PasswordManagerDelegateImpl::FillPasswordForm(
- const webkit_glue::PasswordFormFillData& form_data) {
+ const webkit::forms::PasswordFormFillData& form_data) {
tab_contents_->tab_contents()->render_view_host()->Send(
new AutofillMsg_FillPasswordForm(
tab_contents_->tab_contents()->render_view_host()->routing_id(),
« no previous file with comments | « chrome/browser/password_manager_delegate_impl.h ('k') | chrome/browser/sync/glue/password_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698