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

Unified Diff: sync/syncable/directory.h

Issue 1035573002: [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes after Nick's feedback. Created 5 years, 9 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
« no previous file with comments | « sync/internal_api/read_transaction.cc ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory.h
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
index 98706b61cece207234d38f593d30ca6921a01394..b98328f1125d87754fd295d2fd022bb1938603c2 100644
--- a/sync/syncable/directory.h
+++ b/sync/syncable/directory.h
@@ -417,11 +417,11 @@ class SYNC_EXPORT Directory {
// preserve sync preferences in DB on disk.
void UnmarkDirtyEntry(WriteTransaction* trans, Entry* entry);
- // Clears |id_set| and fills it with the ids of attachments that need to be
+ // Clears |ids| and fills it with the ids of attachments that need to be
// uploaded to the sync server.
void GetAttachmentIdsToUpload(BaseTransaction* trans,
ModelType type,
- AttachmentIdSet* id_set);
+ AttachmentIdList* ids);
private:
struct Kernel {
« no previous file with comments | « sync/internal_api/read_transaction.cc ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698