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

Unified Diff: chrome/browser/ui/tab_contents/tab_autofill_manager_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/ui/tab_contents/tab_autofill_manager_delegate.cc
diff --git a/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.cc b/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.cc
index 9cc8aa5d62413c2ade82bc3ff731c01f9e636dbb..a0958476a98e23d2384301fc81c6ad276348d3c4 100644
--- a/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.cc
+++ b/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.cc
@@ -16,7 +16,7 @@ TabAutofillManagerDelegate::TabAutofillManagerDelegate(TabContents* tab)
DCHECK(tab_);
}
-InfoBarTabService* TabAutofillManagerDelegate::GetInfoBarService() {
+InfoBarService* TabAutofillManagerDelegate::GetInfoBarService() {
return tab_->infobar_tab_helper();
}
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h ('k') | chrome/browser/ui/views/infobars/confirm_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698