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 ef66ce6f6db03137628d0326c3dab4a5fefea5bb..22f612b9817e77e62f5c84aa741a662840607994 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; |
@@ -237,6 +238,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. |