Chromium Code Reviews| 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:: |
|
Lei Zhang
2013/05/01 04:08:52
nit: I prefer this style, but if you've been doing
Dan Beam
2013/05/01 04:19:36
yeah, estade@ has been doing this consistently (th
|
| + GetCreditCards() const { |
| return credit_cards_; |
| } |