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

Unified Diff: sync/internal_api/public/attachments/attachment_service_impl.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
Index: sync/internal_api/public/attachments/attachment_service_impl.h
diff --git a/sync/internal_api/public/attachments/attachment_service_impl.h b/sync/internal_api/public/attachments/attachment_service_impl.h
index c3275bffbf905133945b591b4e7cb524d2c56328..03d921f13e0f8798450931914bacc2e5edd689e8 100644
--- a/sync/internal_api/public/attachments/attachment_service_impl.h
+++ b/sync/internal_api/public/attachments/attachment_service_impl.h
@@ -64,7 +64,7 @@ class SYNC_EXPORT AttachmentServiceImpl
// AttachmentService implementation.
void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
const GetOrDownloadCallback& callback) override;
- void UploadAttachments(const AttachmentIdSet& attachment_ids) override;
+ void UploadAttachments(const AttachmentIdList& attachment_ids) override;
// NetworkChangeObserver implementation.
void OnNetworkChanged(

Powered by Google App Engine
This is Rietveld 408576698