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

Unified Diff: chrome/browser/api/prefs/pref_service_base.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 | « chrome/browser/api/infobars/infobar_service.h ('k') | chrome/browser/api/sync/profile_sync_service_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/api/prefs/pref_service_base.h
diff --git a/chrome/browser/api/prefs/pref_service_base.h b/chrome/browser/api/prefs/pref_service_base.h
index 0827c2cc49f4484cb4b00b986c8c74ceb98cf1d0..58737df55269d40472f58aa793401fee54f6c4de 100644
--- a/chrome/browser/api/prefs/pref_service_base.h
+++ b/chrome/browser/api/prefs/pref_service_base.h
@@ -34,7 +34,7 @@ class TabContents;
class PrefServiceBase {
public:
// Retrieves a PrefServiceBase for the given context.
- static PrefServiceBase* ForContext(content::BrowserContext* context);
+ static PrefServiceBase* FromBrowserContext(content::BrowserContext* context);
virtual ~PrefServiceBase() {}
« no previous file with comments | « chrome/browser/api/infobars/infobar_service.h ('k') | chrome/browser/api/sync/profile_sync_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698