| Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
 | 
| diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
 | 
| index 1043ea1f34e1ec17dcb8a9479d77ea51aadcf851..f98dce15fa6e1805418724fedf514c0e5b94d220 100644
 | 
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
 | 
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
 | 
| @@ -27,7 +27,7 @@ class TabAutofillManagerDelegate : public autofill::AutofillManagerDelegate {
 | 
|    virtual void ShowAutofillSettings() OVERRIDE;
 | 
|    virtual void ShowPasswordGenerationBubble(
 | 
|        const gfx::Rect& bounds,
 | 
| -      const webkit::forms::PasswordForm& form,
 | 
| +      const content::PasswordForm& form,
 | 
|        autofill::PasswordGenerator* generator) OVERRIDE;
 | 
|  
 | 
|   private:
 | 
| 
 |