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

Unified Diff: components/autofill/browser/test_personal_data_manager.cc

Issue 14564003: Make PersonalDataManager use GetCreditCards() (rather than using credit_cards_ directly) so Autofill (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/browser/test_personal_data_manager.cc
diff --git a/components/autofill/browser/test_personal_data_manager.cc b/components/autofill/browser/test_personal_data_manager.cc
index 01a2733fb235bc0589014e840eefaa23fef2e802..1d904d8fb4889d9b36519b06b20ed1b95d91c9bc 100644
--- a/components/autofill/browser/test_personal_data_manager.cc
+++ b/components/autofill/browser/test_personal_data_manager.cc
@@ -29,7 +29,8 @@ const std::vector<AutofillProfile*>& TestPersonalDataManager::GetProfiles() {
return profiles_;
}
-const std::vector<CreditCard*>& TestPersonalDataManager::credit_cards() const {
+const std::vector<CreditCard*>& TestPersonalDataManager::
+ GetCreditCards() const {
return credit_cards_;
}

Powered by Google App Engine
This is Rietveld 408576698