Index: chrome/browser/autofill/api/autofill_manager_delegate.h |
diff --git a/chrome/browser/autofill/api/autofill_manager_delegate.h b/chrome/browser/autofill/api/autofill_manager_delegate.h |
index 3f478a1be042ce1a77bac4a0b5655f45e95bf5d1..47c40dfe08204f7e4dfd6b551d5524c28436f519 100644 |
--- a/chrome/browser/autofill/api/autofill_manager_delegate.h |
+++ b/chrome/browser/autofill/api/autofill_manager_delegate.h |
@@ -5,7 +5,7 @@ |
#ifndef CHROME_BROWSER_AUTOFILL_API_AUTOFILL_MANAGER_DELEGATE_H_ |
#define CHROME_BROWSER_AUTOFILL_API_AUTOFILL_MANAGER_DELEGATE_H_ |
-class InfoBarTabService; |
+class InfoBarService; |
class PrefServiceBase; |
namespace autofill { |
@@ -23,13 +23,7 @@ class AutofillManagerDelegate { |
virtual ~AutofillManagerDelegate() {} |
// Gets the infobar service associated with the delegate. |
- // |
- // TODO(joi): Given the approach (which we will likely use more |
- // widely) of a context associated with the instance of the delegate, |
- // it seems right to rename InfoBarTabService to just |
- // InfoBarService. Naming the getter appropriately, will name the |
- // class itself in a follow-up change. |
- virtual InfoBarTabService* GetInfoBarService() = 0; |
+ virtual InfoBarService* GetInfoBarService() = 0; |
// Gets the preferences associated with the delegate. |
virtual PrefServiceBase* GetPrefs() = 0; |