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

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

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.h
diff --git a/components/autofill/browser/test_personal_data_manager.h b/components/autofill/browser/test_personal_data_manager.h
index 53f512d6d5ed76a0d89368d221404b53fb5a1457..e6f1800c431e91ee0ad2c3bebe791c0ab0c907d7 100644
--- a/components/autofill/browser/test_personal_data_manager.h
+++ b/components/autofill/browser/test_personal_data_manager.h
@@ -31,7 +31,7 @@ class TestPersonalDataManager : public PersonalDataManager {
OVERRIDE;
const AutofillProfile& imported_profile() { return imported_profile_; }
- virtual const std::vector<CreditCard*>& credit_cards() const OVERRIDE;
+ virtual const std::vector<CreditCard*>& GetCreditCards() const OVERRIDE;
private:
std::vector<AutofillProfile*> profiles_;

Powered by Google App Engine
This is Rietveld 408576698