diff options
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() {} |