| Index: components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
| index 1d01a699b792bbde028637d12ae1843f5693ce99..6fc052b3f668964b4c09c445cd33fed700f325f4 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
| @@ -143,6 +143,10 @@ class AutofillWebDataBackendImpl
|
| WebDatabase::State MaskServerCreditCard(const std::string& id,
|
| WebDatabase* db);
|
|
|
| + WebDatabase::State UpdateUnmaskedCardUsageStats(
|
| + const CreditCard& credit_card,
|
| + WebDatabase* db);
|
| +
|
| // Removes Autofill records from the database. Valid only for local
|
| // cards/profiles.
|
| WebDatabase::State RemoveAutofillDataModifiedBetween(
|
|
|