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

Unified Diff: chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.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/ui/tab_contents/tab_autofill_manager_delegate.h
diff --git a/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h b/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h
index a7421c0386b517f5383632392a2dcb81a065817d..f599a2904b0128b1365046cf6373656eeea4966f 100644
--- a/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h
+++ b/chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.h
@@ -17,7 +17,7 @@ class TabAutofillManagerDelegate : public autofill::AutofillManagerDelegate {
TabAutofillManagerDelegate(TabContents* tab);
virtual ~TabAutofillManagerDelegate() {}
- virtual InfoBarTabService* GetInfoBarService() OVERRIDE;
+ virtual InfoBarService* GetInfoBarService() OVERRIDE;
virtual PrefServiceBase* GetPrefs() OVERRIDE;
virtual bool IsSavingPasswordsEnabled() const OVERRIDE;
« no previous file with comments | « chrome/browser/ui/media_stream_infobar_delegate.h ('k') | chrome/browser/ui/tab_contents/tab_autofill_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698