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

Unified Diff: chrome/browser/api/infobars/infobar_service.h

Issue 10956034: Switching from ForXyz naming to FromXyz naming, for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/api/prefs/pref_service_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/api/infobars/infobar_service.h
diff --git a/chrome/browser/api/infobars/infobar_service.h b/chrome/browser/api/infobars/infobar_service.h
index 2d3c33505e630270894cea886ab61427cf2ca7db..3e37eb1c1bd100c8d8453f6ec69ae7ddfcfb37b1 100644
--- a/chrome/browser/api/infobars/infobar_service.h
+++ b/chrome/browser/api/infobars/infobar_service.h
@@ -17,7 +17,7 @@ class TabContents;
class InfoBarService {
public:
// Retrieves the InfoBarService for a given tab.
- static InfoBarService* ForTab(TabContents* tab_contents);
+ static InfoBarService* FromTabContents(TabContents* tab_contents);
virtual ~InfoBarService() {}
« no previous file with comments | « no previous file | chrome/browser/api/prefs/pref_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698