| 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 da7b0b8369966cebf3857813c32359a2db5819cc..3e945ec5bd7eea881bf421fe1f59231521c6518e 100644
|
| --- a/chrome/browser/autofill/personal_data_manager.h
|
| +++ b/chrome/browser/autofill/personal_data_manager.h
|
| @@ -141,8 +141,8 @@ 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 LiveAutofillSyncTest;
|
| friend class PersonalDataManagerTest;
|
| friend class ProfileImpl;
|
| friend class ProfileSyncServiceAutofillTest;
|
|
|