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 ad317c0a4a2e8b893234253599a2cdf252d9fd1c..daab0c42c9d02f1017284283fb50224993552203 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -2547,7 +2547,7 @@ void BrowserView::ShowAvatarBubbleFromAvatarButton() { |
void BrowserView::ShowPasswordGenerationBubble( |
const gfx::Rect& rect, |
- const content::PasswordForm& form, |
+ const autofill::PasswordForm& form, |
autofill::PasswordGenerator* password_generator) { |
// Create a rect in the content bounds that the bubble will point to. |
gfx::Point origin(rect.origin()); |