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

Unified Diff: chrome/browser/api/webdata/autofill_web_data_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
Index: chrome/browser/api/webdata/autofill_web_data_service.h
diff --git a/chrome/browser/api/webdata/autofill_web_data_service.h b/chrome/browser/api/webdata/autofill_web_data_service.h
index dc268324b10b19cb96a862927c67c1de5e2002ee..ee39ad72d3fd63234983ec00ba6fafa7cbcbe5db 100644
--- a/chrome/browser/api/webdata/autofill_web_data_service.h
+++ b/chrome/browser/api/webdata/autofill_web_data_service.h
@@ -19,7 +19,7 @@ class AutofillWebDataService
// Retrieve an AutofillWebDataService for the given context.
//
// Can return NULL in some contexts.
- static scoped_ptr<AutofillWebDataService> ForContext(
+ static scoped_ptr<AutofillWebDataService> FromBrowserContext(
content::BrowserContext* context);
virtual ~AutofillWebDataService() {}
« no previous file with comments | « chrome/browser/api/sync/profile_sync_service_base.h ('k') | chrome/browser/autofill/autocomplete_history_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698