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

Unified Diff: chrome/browser/ui/autofill/tab_autofill_manager_delegate.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
Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
index 1043ea1f34e1ec17dcb8a9479d77ea51aadcf851..f98dce15fa6e1805418724fedf514c0e5b94d220 100644
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
@@ -27,7 +27,7 @@ class TabAutofillManagerDelegate : public autofill::AutofillManagerDelegate {
virtual void ShowAutofillSettings() OVERRIDE;
virtual void ShowPasswordGenerationBubble(
const gfx::Rect& bounds,
- const webkit::forms::PasswordForm& form,
+ const content::PasswordForm& form,
autofill::PasswordGenerator* generator) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698