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

Unified Diff: sync/api/attachments/README

Issue 582913002: Make GenericChangeProcessor upload attachments on startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master. Created 6 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: sync/api/attachments/README
diff --git a/sync/api/attachments/README b/sync/api/attachments/README
index 832dcf357a1eb74ef347450f91ab67e281a2fa98..417e17675af7184d1f58e876f7042d65cc3673a8 100644
--- a/sync/api/attachments/README
+++ b/sync/api/attachments/README
@@ -2,5 +2,5 @@ This directory contains the sync attachment interface code that is used by both
consumers of sync and sync itself.
Because parts of sync may depend on this code, it's important that it remains
-"leafy" and never depends on sync/internal_api/ or else we may end up with
-cycles.
+"leafy" and never depends on sync/internal_api/ or sync/syncable/, or else we
+may end up with cycles.
« no previous file with comments | « components/sync_driver/generic_change_processor_unittest.cc ('k') | sync/internal_api/public/read_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698