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 b3827b4e547f9c26450bb79c84582c79bdd46cde..e949f00999b0ca0f7bca59bf5582423efa63ba0c 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()); |