| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 39c2650cab9d5d961277d50f2e69b59c989a1f0f..4506bb9591016bb66e682cb38b8882c902b65f60 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -32,11 +32,11 @@ class ToolbarView;
|
|
|
| namespace autofill {
|
| class PasswordGenerator;
|
| +struct PasswordForm;
|
| }
|
| namespace content {
|
| class WebContents;
|
| struct NativeWebKeyboardEvent;
|
| -struct PasswordForm;
|
| struct SSLStatus;
|
| }
|
|
|
| @@ -355,7 +355,7 @@ class BrowserWindow : public ui::BaseWindow {
|
| // contains the password field that the bubble will be associated with.
|
| virtual void ShowPasswordGenerationBubble(
|
| const gfx::Rect& rect,
|
| - const content::PasswordForm& form,
|
| + const autofill::PasswordForm& form,
|
| autofill::PasswordGenerator* password_generator) = 0;
|
|
|
| // Invoked when the amount of vertical overscroll changes. |delta_y| is the
|
|
|