| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| index 947e4324ddb2935bcb120e2cf4b222d18c3195c9..fa0aa81706b8f555ee3363fa7efb78f879a013f1 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
|
| @@ -27,7 +27,9 @@
|
| #include "components/sync/api/syncable_service.h"
|
| #include "components/sync/protocol/autofill_specifics.pb.h"
|
|
|
| +namespace browser_sync {
|
| class ProfileSyncServiceAutofillTest;
|
| +} // namespace browser_sync
|
|
|
| namespace autofill {
|
|
|
| @@ -117,7 +119,7 @@ class AutofillProfileSyncableService
|
| static syncer::SyncData CreateData(const AutofillProfile& profile);
|
|
|
| private:
|
| - friend class ::ProfileSyncServiceAutofillTest;
|
| + friend class browser_sync::ProfileSyncServiceAutofillTest;
|
| FRIEND_TEST_ALL_PREFIXES(AutofillProfileSyncableServiceTest,
|
| UpdateField);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillProfileSyncableServiceTest,
|
|
|