| Index: components/autofill/core/browser/webdata/autofill_webdata_service.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_webdata_service.h b/components/autofill/core/browser/webdata/autofill_webdata_service.h
|
| index dfc35afca5f97c38e700bbb42d50e4148b2c395c..810af1b7dd7970d0d9ad3316303915e8c211361c 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_webdata_service.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_webdata_service.h
|
| @@ -85,6 +85,7 @@ class AutofillWebDataService : public AutofillWebData,
|
| void AddCreditCard(const CreditCard& credit_card) override;
|
| void UpdateCreditCard(const CreditCard& credit_card) override;
|
| void RemoveCreditCard(const std::string& guid) override;
|
| + void AddFullServerCreditCard(const CreditCard& credit_card) override;
|
| WebDataServiceBase::Handle GetCreditCards(
|
| WebDataServiceConsumer* consumer) override;
|
|
|
|
|