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

Unified Diff: chrome/browser/ui/cocoa/keystone_infobar_delegate.mm

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/ui/cocoa/keystone_infobar_delegate.mm
diff --git a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
index e5763cd7b0f4fccdd86a3d4bf0e8d866c0ee8ccb..ba3ed49baa0eb4d9c16e6a85e9dfc4705ad59abf 100644
--- a/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
+++ b/chrome/browser/ui/cocoa/keystone_infobar_delegate.mm
@@ -39,7 +39,7 @@ namespace {
class KeystonePromotionInfoBarDelegate : public ConfirmInfoBarDelegate {
public:
- KeystonePromotionInfoBarDelegate(InfoBarTabService* infobar_service,
+ KeystonePromotionInfoBarDelegate(InfoBarService* infobar_service,
PrefService* prefs);
private:
@@ -71,7 +71,7 @@ class KeystonePromotionInfoBarDelegate : public ConfirmInfoBarDelegate {
};
KeystonePromotionInfoBarDelegate::KeystonePromotionInfoBarDelegate(
- InfoBarTabService* infobar_service,
+ InfoBarService* infobar_service,
PrefService* prefs)
: ConfirmInfoBarDelegate(infobar_service),
prefs_(prefs),
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/translate_infobar_base.mm ('k') | chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698