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

Unified Diff: components/sync/api/attachments/attachment_id.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.h ('k') | components/sync/api/attachments/attachment_metadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/attachments/attachment_id.h
diff --git a/components/sync/api/attachments/attachment_id.h b/components/sync/api/attachments/attachment_id.h
index 508f7688356c6a0698d1103078a84d53aac5763d..4d2ffe8d7312c9c2860fd5f4597bfd9ba1d0e1b2 100644
--- a/components/sync/api/attachments/attachment_id.h
+++ b/components/sync/api/attachments/attachment_id.h
@@ -13,7 +13,6 @@
#include <vector>
#include "components/sync/base/immutable.h"
-#include "components/sync/base/sync_export.h"
namespace sync_pb {
class AttachmentIdProto;
@@ -25,7 +24,7 @@ namespace syncer {
//
// Two attachments with equal (operator==) AttachmentIds are considered
// equivalent.
-class SYNC_EXPORT AttachmentId {
+class AttachmentId {
public:
AttachmentId(const AttachmentId& other);
~AttachmentId();
@@ -60,7 +59,7 @@ class SYNC_EXPORT AttachmentId {
private:
// Necessary since we forward-declare sync_pb::AttachmentIdProto; see comments
// in immutable.h.
- struct SYNC_EXPORT ImmutableAttachmentIdProtoTraits {
+ struct ImmutableAttachmentIdProtoTraits {
typedef sync_pb::AttachmentIdProto* Wrapper;
static void InitializeWrapper(Wrapper* wrapper);
static void DestroyWrapper(Wrapper* wrapper);
« no previous file with comments | « components/sync/api/attachments/attachment.h ('k') | components/sync/api/attachments/attachment_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698