Index: chrome/browser/api/infobars/infobar_service.h |
diff --git a/chrome/browser/api/infobars/infobar_tab_service.h b/chrome/browser/api/infobars/infobar_service.h |
similarity index 92% |
rename from chrome/browser/api/infobars/infobar_tab_service.h |
rename to chrome/browser/api/infobars/infobar_service.h |
index c99cb81ad87963ef56e60cbc77fddbb5cfd240b6..20a07608ce11ff8fdd25cdf9bf541360ee762eeb 100644 |
--- a/chrome/browser/api/infobars/infobar_tab_service.h |
+++ b/chrome/browser/api/infobars/infobar_service.h |
@@ -14,12 +14,12 @@ class TabContents; |
// Provides access to creating, removing and enumerating info bars |
// attached to a tab. |
-class InfoBarTabService { |
+class InfoBarService { |
public: |
- // Retrieves the InfoBarTabService for a given tab. |
- static InfoBarTabService* ForTab(TabContents* tab_contents); |
+ // Retrieves the InfoBarService for a given tab. |
+ static InfoBarService* ForTab(TabContents* tab_contents); |
- virtual ~InfoBarTabService() {} |
+ virtual ~InfoBarService() {} |
// Adds an InfoBar for the specified |delegate|. |
// |