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

Unified Diff: sync/api/attachments/attachment_id.h

Issue 307783002: Instantiate AttachmentDownloader and use it in AttachmentServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/attachment_id.h
diff --git a/sync/api/attachments/attachment_id.h b/sync/api/attachments/attachment_id.h
index 57a0088207d78b8d75d4756eed39f6a5ad0f3701..2971ecc1ba018650c291a8c1da8aee3e2770a8d9 100644
--- a/sync/api/attachments/attachment_id.h
+++ b/sync/api/attachments/attachment_id.h
@@ -5,6 +5,7 @@
#ifndef SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_
#define SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_
+#include <set>
#include <string>
#include <vector>
@@ -65,6 +66,7 @@ class SYNC_EXPORT AttachmentId {
};
typedef std::vector<AttachmentId> AttachmentIdList;
+typedef std::set<AttachmentId> AttachmentIdSet;
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698