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 29c09416398fb1f8dddf5e943e5d2993247dec1e..0d87cd068fbb5326471daea70bf4a1572ac10e32 100644 |
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
@@ -158,6 +158,10 @@ class AutofillWebDataBackendImpl |
const AutofillProfile& profile, |
WebDatabase* db); |
+ WebDatabase::State UpdateServerCardBillingAddress( |
+ const CreditCard& card, |
+ WebDatabase* db); |
+ |
WebDatabase::State ClearAllServerData(WebDatabase* db); |
// Removes Autofill records from the database. Valid only for local |