Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2349)

Unified Diff: components/autofill/core/browser/webdata/autofill_profile_syncable_service.h

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698