| Index: chrome/browser/sync/glue/autofill_profile_syncable_service.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/autofill_profile_syncable_service.h (revision 100782)
|
| +++ chrome/browser/sync/glue/autofill_profile_syncable_service.h (working copy)
|
| @@ -95,6 +95,8 @@
|
| FRIEND_TEST_ALL_PREFIXES(AutofillProfileSyncableServiceTest, GetAllSyncData);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillProfileSyncableServiceTest,
|
| ProcessSyncChanges);
|
| + FRIEND_TEST_ALL_PREFIXES(AutofillProfileSyncableServiceTest,
|
| + ActOnChange);
|
|
|
| // The map of the guid to profiles owned by the |profiles_| vector.
|
| typedef std::map<std::string, AutofillProfile*> GUIDToProfileMap;
|
|
|