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(); |