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

Unified Diff: components/sync/core/attachments/attachment_uploader.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
Index: components/sync/core/attachments/attachment_uploader.h
diff --git a/components/sync/core/attachments/attachment_uploader.h b/components/sync/core/attachments/attachment_uploader.h
index b837862c4620043cfced7f6e8256a949d939d18f..d7c583d974d1a2d1c5278be94f0f4a43a62a98cb 100644
--- a/components/sync/core/attachments/attachment_uploader.h
+++ b/components/sync/core/attachments/attachment_uploader.h
@@ -7,12 +7,11 @@
#include "base/callback.h"
#include "components/sync/api/attachments/attachment.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
// AttachmentUploader is responsible for uploading attachments to the server.
-class SYNC_EXPORT AttachmentUploader {
+class AttachmentUploader {
public:
// The result of an UploadAttachment operation.
enum UploadResult {

Powered by Google App Engine
This is Rietveld 408576698