Index: chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h |
diff --git a/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h b/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h |
index a7421c0386b517f5383632392a2dcb81a065817d..f599a2904b0128b1365046cf6373656eeea4966f 100644 |
--- a/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h |
+++ b/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h |
@@ -17,7 +17,7 @@ class TabAutofillManagerDelegate : public autofill::AutofillManagerDelegate { |
TabAutofillManagerDelegate(TabContents* tab); |
virtual ~TabAutofillManagerDelegate() {} |
- virtual InfoBarTabService* GetInfoBarService() OVERRIDE; |
+ virtual InfoBarService* GetInfoBarService() OVERRIDE; |
virtual PrefServiceBase* GetPrefs() OVERRIDE; |
virtual bool IsSavingPasswordsEnabled() const OVERRIDE; |