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

Unified Diff: components/sync/core/attachments/attachment_uploader_impl.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_impl.h
diff --git a/components/sync/core/attachments/attachment_uploader_impl.h b/components/sync/core/attachments/attachment_uploader_impl.h
index 5c5dea94da0df0e79aa0d185d0fceb08127cc094..4d4373cffd892ccd286d77d59e15be0ae4426c38 100644
--- a/components/sync/core/attachments/attachment_uploader_impl.h
+++ b/components/sync/core/attachments/attachment_uploader_impl.h
@@ -26,8 +26,8 @@ class URLRequestContextGetter;
namespace syncer {
// An implementation of AttachmentUploader.
-class SYNC_EXPORT AttachmentUploaderImpl : public AttachmentUploader,
- public base::NonThreadSafe {
+class AttachmentUploaderImpl : public AttachmentUploader,
+ public base::NonThreadSafe {
public:
// |sync_service_url| is the URL of the sync service.
//
« no previous file with comments | « components/sync/core/attachments/attachment_uploader.h ('k') | components/sync/core/attachments/attachment_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698