| Index: components/autofill/core/browser/personal_data_manager.h
|
| diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
|
| index 2ec3df5f5d4b10d93869dc4c7a971aa5b0d0c81b..936b767d38cd5cbc646358d0929ebdb35b0b7811 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -23,6 +23,7 @@
|
| #include "components/keyed_service/core/keyed_service.h"
|
| #include "components/webdata/common/web_data_service_consumer.h"
|
|
|
| +class Browser;
|
| class PrefService;
|
| class RemoveAutofillTester;
|
|
|
| @@ -226,6 +227,8 @@ class PersonalDataManager : public KeyedService,
|
| int, std::vector<autofill::AutofillProfile>*);
|
| friend void autofill_helper::SetCreditCards(
|
| int, std::vector<autofill::CreditCard>*);
|
| + friend void SetTestProfiles(
|
| + Browser* browser, std::vector<AutofillProfile>* profiles);
|
|
|
| // Sets |web_profiles_| to the contents of |profiles| and updates the web
|
| // database by adding, updating and removing profiles.
|
|
|