Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: components/autofill/core/browser/personal_data_manager.h

Issue 2454453002: [Payments] Update expired card expiration after unmask. (Closed)
Patch Set: Addressed comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698