Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: components/autofill/browser/webdata/autofill_webdata_backend.h

Issue 14081043: Hook up Autofill Backend interface to SyncableServices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698