| 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_;
|
|
|