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

Unified Diff: chrome/browser/sync/profile_sync_service_factory.cc

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/prefs/pref_service.cc ('k') | chrome/browser/ui/webui/options/preferences_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service_factory.cc
diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc
index 636cf06ae44caf5c797e1b4a5017751b41a1a0a5..ca81dd1159d5efe712584eb510dd129b718360b9 100644
--- a/chrome/browser/sync/profile_sync_service_factory.cc
+++ b/chrome/browser/sync/profile_sync_service_factory.cc
@@ -42,7 +42,7 @@ ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
}
// static
-ProfileSyncServiceBase* ProfileSyncServiceBase::ForContext(
+ProfileSyncServiceBase* ProfileSyncServiceBase::FromBrowserContext(
content::BrowserContext* context) {
return ProfileSyncServiceFactory::GetForProfile(
static_cast<Profile*>(context));
« no previous file with comments | « chrome/browser/prefs/pref_service.cc ('k') | chrome/browser/ui/webui/options/preferences_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698