diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-22 17:02:25 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-22 17:02:25 +0000 |
commit | cf32f4c4f1a7d760937ad35524aadbde0d4fcb3a (patch) | |
tree | f5c636b53fdcadd60128961f127af3601cd95219 /chrome/browser/api/webdata | |
parent | 98daf275911d57a115e383b39963d985845f3d28 (diff) | |
download | chromium_src-cf32f4c4f1a7d760937ad35524aadbde0d4fcb3a.zip chromium_src-cf32f4c4f1a7d760937ad35524aadbde0d4fcb3a.tar.gz chromium_src-cf32f4c4f1a7d760937ad35524aadbde0d4fcb3a.tar.bz2 |
Switching from ForXyz naming to FromXyz naming, for consistency.
TBR=mechanicalowners@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10956034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158186 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/api/webdata')
-rw-r--r-- | chrome/browser/api/webdata/autofill_web_data_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/api/webdata/autofill_web_data_service.h b/chrome/browser/api/webdata/autofill_web_data_service.h index dc26832..ee39ad7 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() {} |