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

Unified Diff: sync/internal_api/public/attachments/attachment_service.h

Issue 1035573002: [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: sync/internal_api/public/attachments/attachment_service.h
diff --git a/sync/internal_api/public/attachments/attachment_service.h b/sync/internal_api/public/attachments/attachment_service.h
index da4b597297deabd2914083c08fe2c91b481aa475..6d061b6c604977522da137ed30c8a630adb38b3c 100644
--- a/sync/internal_api/public/attachments/attachment_service.h
+++ b/sync/internal_api/public/attachments/attachment_service.h
@@ -68,7 +68,7 @@ class SYNC_EXPORT AttachmentService {
// A request to upload attachments does not persist across restarts of Chrome.
//
// Invokes OnAttachmentUploaded on the Delegate (if provided).
- virtual void UploadAttachments(const AttachmentIdSet& attachment_ids) = 0;
+ virtual void UploadAttachments(const AttachmentIdList& attachment_ids) = 0;
};
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698