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

Unified Diff: chrome/browser/api/infobars/link_infobar_delegate.cc

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/api/infobars/link_infobar_delegate.cc
diff --git a/chrome/browser/api/infobars/link_infobar_delegate.cc b/chrome/browser/api/infobars/link_infobar_delegate.cc
index 29f78ab052fe6f1016344b5acfe574d7745c0456..e353bdcf1ecfc901e1a7dee6c3e12c1cd5062f93 100644
--- a/chrome/browser/api/infobars/link_infobar_delegate.cc
+++ b/chrome/browser/api/infobars/link_infobar_delegate.cc
@@ -8,7 +8,7 @@ bool LinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
return true;
}
-LinkInfoBarDelegate::LinkInfoBarDelegate(InfoBarTabService* infobar_service)
+LinkInfoBarDelegate::LinkInfoBarDelegate(InfoBarService* infobar_service)
: InfoBarDelegate(infobar_service) {
}
« no previous file with comments | « chrome/browser/api/infobars/link_infobar_delegate.h ('k') | chrome/browser/api/infobars/simple_alert_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698