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

Unified Diff: components/sync/api/attachments/attachment_metadata.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 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 | « components/sync/api/attachments/attachment_id.h ('k') | components/sync/api/attachments/attachment_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/attachments/attachment_metadata.h
diff --git a/components/sync/api/attachments/attachment_metadata.h b/components/sync/api/attachments/attachment_metadata.h
index 93557377f81f52f915496e17caad79d7af60864a..451c95a4ac7fa6e06ffc2d892473b8b8fe3f1047 100644
--- a/components/sync/api/attachments/attachment_metadata.h
+++ b/components/sync/api/attachments/attachment_metadata.h
@@ -10,14 +10,13 @@
#include <vector>
#include "components/sync/api/attachments/attachment_id.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
// This class represents immutable Attachment metadata.
//
// It is OK to copy and return AttachmentMetadata by value.
-class SYNC_EXPORT AttachmentMetadata {
+class AttachmentMetadata {
public:
AttachmentMetadata(const AttachmentId& id, size_t size);
~AttachmentMetadata();
« no previous file with comments | « components/sync/api/attachments/attachment_id.h ('k') | components/sync/api/attachments/attachment_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698