| 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 c32b80de76aefa79cfc00020bb86351c326e4593..89508f3a35019e07e0fd1ef58b92e8e6aa94e8b4 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -169,7 +169,7 @@ class PersonalDataManager : public KeyedService,
|
|
|
| // Returns the credit card with the specified |guid|, or NULL if there is
|
| // no credit card with the specified |guid|.
|
| - CreditCard* GetCreditCardByGUID(const std::string& guid);
|
| + virtual CreditCard* GetCreditCardByGUID(const std::string& guid);
|
|
|
| // Gets the field types availabe in the stored address and credit card data.
|
| void GetNonEmptyTypes(ServerFieldTypeSet* non_empty_types);
|
|
|