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

Unified Diff: components/sync/base/attachment_id_proto.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/syncable_service.h ('k') | components/sync/base/cancelation_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/attachment_id_proto.h
diff --git a/components/sync/base/attachment_id_proto.h b/components/sync/base/attachment_id_proto.h
index 2d8c54120bab3723707b9e309161c2978362f28d..fe41bb3ced8f7a41fdbb48c92e947d51d5ac1fd2 100644
--- a/components/sync/base/attachment_id_proto.h
+++ b/components/sync/base/attachment_id_proto.h
@@ -8,7 +8,6 @@
#include <stddef.h>
#include <stdint.h>
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/sync.pb.h"
namespace syncer {
@@ -20,15 +19,15 @@ namespace syncer {
// |size| is the size in bytes of the attachment identified by this proto.
//
// |crc32c| is the crc32c of the attachment identified by this proto.
-SYNC_EXPORT sync_pb::AttachmentIdProto CreateAttachmentIdProto(size_t size,
- uint32_t crc32c);
+sync_pb::AttachmentIdProto CreateAttachmentIdProto(size_t size,
+ uint32_t crc32c);
// Creates an AttachmentMetadata object from a repeated field of
// AttachmentIdProto objects.
//
// Note: each record in the AttachmentMetadata will be marked as "on the
// server".
-SYNC_EXPORT sync_pb::AttachmentMetadata CreateAttachmentMetadata(
+sync_pb::AttachmentMetadata CreateAttachmentMetadata(
const google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto>& ids);
} // namespace syncer
« no previous file with comments | « components/sync/api/syncable_service.h ('k') | components/sync/base/cancelation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698