Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index 0adc839dcdc8b548d30aa19595456b93c90e0ab6..76953f4da7c23be4369de962c646173058da1dba 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -2583,7 +2583,7 @@ void BrowserView::ShowAvatarBubbleFromAvatarButton() { |
void BrowserView::ShowPasswordGenerationBubble( |
const gfx::Rect& rect, |
- const webkit::forms::PasswordForm& form, |
+ const content::PasswordForm& form, |
autofill::PasswordGenerator* password_generator) { |
// Create a rect in the content bounds that the bubble will point to. |
gfx::Point origin(rect.origin()); |