| Index: components/autofill/core/browser/personal_data_manager.h
|
| diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
|
| index 239c88d6cc52b94bc8f4cc18bfe0c5d4cdf39b92..165862f6217518bff5f95af87b69482ab26cafff 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -152,9 +152,9 @@ class PersonalDataManager : public KeyedService,
|
| // status can be changed. Looks up the card by server ID.
|
| virtual void UpdateServerCreditCard(const CreditCard& credit_card);
|
|
|
| - // Updates the billing address for the server |credit_card|. Looks up the card
|
| - // by GUID.
|
| - void UpdateServerCardBillingAddress(const CreditCard& credit_card);
|
| + // Updates the use stats and billing address id for the server |credit_card|.
|
| + // Looks up the card by server_id.
|
| + void UpdateServerCardMetadata(const CreditCard& credit_card);
|
|
|
| // Resets the card for |guid| to the masked state.
|
| void ResetFullServerCard(const std::string& guid);
|
|
|