Index: components/autofill/browser/webdata/autofill_webdata_backend_impl.h |
diff --git a/components/autofill/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/browser/webdata/autofill_webdata_backend_impl.h |
index 525adcbc812c8e33a5e434c7ac3ebe01e9ca25a2..16d65bb3e6f7aaffa9fa3054865a73551315174e 100644 |
--- a/components/autofill/browser/webdata/autofill_webdata_backend_impl.h |
+++ b/components/autofill/browser/webdata/autofill_webdata_backend_impl.h |
@@ -49,7 +49,7 @@ class AutofillWebDataBackendImpl |
virtual void RemoveObserver( |
AutofillWebDataServiceObserverOnDBThread* observer) OVERRIDE; |
virtual WebDatabase* GetDatabase() OVERRIDE; |
- virtual void RemoveExpiredFormElementsWrapper() OVERRIDE; |
+ virtual void RemoveExpiredFormElements() OVERRIDE; |
virtual void NotifyOfMultipleAutofillChanges() OVERRIDE; |
// Adds form fields to the web database. |
@@ -73,8 +73,6 @@ class AutofillWebDataBackendImpl |
const base::Time& delete_end, |
WebDatabase* db); |
- // Removes expired form elements recorded for Autocomplete from the database. |
- WebDatabase::State RemoveExpiredFormElements(WebDatabase* db); |
// Removes the Form-value |value| which has been entered in form input fields |
// named |name| from the database. |
@@ -130,6 +128,8 @@ class AutofillWebDataBackendImpl |
friend class base::RefCountedThreadSafe<AutofillWebDataBackendImpl, |
content::BrowserThread::DeleteOnDBThread>; |
+ WebDatabase::State RemoveExpiredFormElementsImpl(WebDatabase* db); |
+ |
// Callbacks to ensure that sensitive info is destroyed if request is |
// cancelled. |
void DestroyAutofillProfileResult(const WDTypedResult* result); |