Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1781)

Unified Diff: chrome/browser/infobars/infobar_tab_helper.h

Issue 10879037: Rename InfoBarTabService -> InfoBarService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include guard Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/infobars/infobar_tab_helper.h
diff --git a/chrome/browser/infobars/infobar_tab_helper.h b/chrome/browser/infobars/infobar_tab_helper.h
index b9a5603f7f50da6a890388e6dbfb4cdf4ca313b2..3e2c38d9c48d76baf7acc2dbfe37cde37eb308a7 100644
--- a/chrome/browser/infobars/infobar_tab_helper.h
+++ b/chrome/browser/infobars/infobar_tab_helper.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_INFOBARS_INFOBAR_TAB_HELPER_H_
#include "base/basictypes.h"
-#include "chrome/browser/api/infobars/infobar_tab_service.h"
+#include "chrome/browser/api/infobars/infobar_service.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/web_contents_observer.h"
@@ -14,14 +14,14 @@
class InfoBarDelegate;
// Per-tab info bar manager.
-class InfoBarTabHelper : public InfoBarTabService,
+class InfoBarTabHelper : public InfoBarService,
public content::WebContentsObserver,
public content::NotificationObserver {
public:
explicit InfoBarTabHelper(content::WebContents* web_contents);
virtual ~InfoBarTabHelper();
- // InfoBarTabService implementation.
+ // InfoBarService implementation.
virtual bool AddInfoBar(InfoBarDelegate* delegate) OVERRIDE;
virtual void RemoveInfoBar(InfoBarDelegate* delegate) OVERRIDE;
virtual bool ReplaceInfoBar(InfoBarDelegate* old_delegate,
« no previous file with comments | « chrome/browser/extensions/extension_infobar_delegate.cc ('k') | chrome/browser/infobars/infobar_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698