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

Unified Diff: chrome/browser/ui/autofill/tab_autofill_manager_delegate.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 | « chrome/browser/ui/autofill/tab_autofill_manager_delegate.h ('k') | chrome/browser/ui/browser_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
index 6ee181e7e2203ac7fb3bf01b94d28e4c60120807..20eaf686de73669c6f012769cfee05d9154d2784 100644
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
@@ -18,8 +18,8 @@
#include "chrome/browser/ui/chrome_pages.h"
#include "chrome/browser/ui/tab_contents/tab_contents.h"
#include "chrome/common/url_constants.h"
+#include "content/public/common/password_form.h"
#include "ui/gfx/rect.h"
-#include "webkit/forms/password_form.h"
TabAutofillManagerDelegate::TabAutofillManagerDelegate(TabContents* tab)
: tab_(tab) {
@@ -67,7 +67,7 @@ void TabAutofillManagerDelegate::ShowAutofillSettings() {
void TabAutofillManagerDelegate::ShowPasswordGenerationBubble(
const gfx::Rect& bounds,
- const webkit::forms::PasswordForm& form,
+ const content::PasswordForm& form,
autofill::PasswordGenerator* generator) {
#if defined(OS_ANDROID)
NOTIMPLEMENTED();
« no previous file with comments | « chrome/browser/ui/autofill/tab_autofill_manager_delegate.h ('k') | chrome/browser/ui/browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698