| Index: components/autofill/browser/webdata/autofill_webdata_backend.h
|
| diff --git a/components/autofill/browser/webdata/autofill_webdata_backend.h b/components/autofill/browser/webdata/autofill_webdata_backend.h
|
| index 6287de7fd43f5c72dfec85f3a06a8c6d59920517..383fc7a9ff0f6484001d71cc3368aab25f51ebbf 100644
|
| --- a/components/autofill/browser/webdata/autofill_webdata_backend.h
|
| +++ b/components/autofill/browser/webdata/autofill_webdata_backend.h
|
| @@ -29,7 +29,7 @@ class AutofillWebDataBackend {
|
| AutofillWebDataServiceObserverOnDBThread* observer) = 0;
|
|
|
| // Remove expired elements from the database and commit if needed.
|
| - virtual void RemoveExpiredFormElementsWrapper() = 0;
|
| + virtual void RemoveExpiredFormElements() = 0;
|
|
|
| // Notifies listeners on the UI thread that multiple changes have been made to
|
| // to Autofill records of the database.
|
|
|