| Index: components/autofill/core/browser/test_personal_data_manager.h
|
| diff --git a/components/autofill/core/browser/test_personal_data_manager.h b/components/autofill/core/browser/test_personal_data_manager.h
|
| index 4db9dd634bde42b3be92d7a2d2a76e8b8c67982e..f31929222675351d367edff8737060634e461f80 100644
|
| --- a/components/autofill/core/browser/test_personal_data_manager.h
|
| +++ b/components/autofill/core/browser/test_personal_data_manager.h
|
| @@ -34,7 +34,7 @@ class TestPersonalDataManager : public PersonalDataManager {
|
| void AddTestingServerCreditCard(const CreditCard& credit_card);
|
|
|
| const std::vector<AutofillProfile*>& GetProfiles() const override;
|
| - const std::vector<AutofillProfile*>& web_profiles() const override;
|
| + std::vector<AutofillProfile*> web_profiles() const override;
|
| const std::vector<CreditCard*>& GetCreditCards() const override;
|
|
|
| std::string SaveImportedProfile(
|
|
|