| Index: components/autofill/core/browser/webdata/autofill_webdata.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_webdata.h b/components/autofill/core/browser/webdata/autofill_webdata.h
|
| index 16873579d971bd66d14266dcaa099d862b49cf52..2cf04ef2902cb22984d01e15985b7104c481e4a3 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_webdata.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_webdata.h
|
| @@ -75,7 +75,7 @@ class AutofillWebData {
|
| // consumer owns the profiles.
|
| virtual WebDataServiceBase::Handle GetAutofillProfiles(
|
| WebDataServiceConsumer* consumer) = 0;
|
| - virtual WebDataServiceBase::Handle GetAutofillServerProfiles(
|
| + virtual WebDataServiceBase::Handle GetServerProfiles(
|
| WebDataServiceConsumer* consumer) = 0;
|
|
|
| // Schedules a task to update autofill entries in the web database.
|
|
|