Index: chrome/browser/autofill/personal_data_manager.h |
diff --git a/chrome/browser/autofill/personal_data_manager.h b/chrome/browser/autofill/personal_data_manager.h |
index 3e945ec5bd7eea881bf421fe1f59231521c6518e..c4ba32c6f5284e6ad74dda1c488ff813899bb206 100644 |
--- a/chrome/browser/autofill/personal_data_manager.h |
+++ b/chrome/browser/autofill/personal_data_manager.h |
@@ -26,6 +26,10 @@ class AutofillMetrics; |
class FormStructure; |
class Profile; |
+namespace autofill_helper { |
+void SetProfiles(int, std::vector<AutofillProfile>*); |
+} |
+ |
// Handles loading and saving Autofill profile information to the web database. |
// This class also stores the profiles loaded from the database for use during |
// Autofill. |
@@ -141,12 +145,12 @@ class PersonalDataManager |
// Make sure that only Profile and certain tests can create an instance of |
// PersonalDataManager. |
friend class base::RefCountedThreadSafe<PersonalDataManager>; |
- friend class AutofillHelper; |
friend class AutofillMergeTest; |
friend class PersonalDataManagerTest; |
friend class ProfileImpl; |
friend class ProfileSyncServiceAutofillTest; |
friend class TestingAutomationProvider; |
+ friend void autofill_helper::SetProfiles(int, std::vector<AutofillProfile>*); |
PersonalDataManager(); |
virtual ~PersonalDataManager(); |