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

Unified Diff: components/sync/core/attachments/attachment_downloader.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_downloader.h
diff --git a/components/sync/core/attachments/attachment_downloader.h b/components/sync/core/attachments/attachment_downloader.h
index b9f9fbfb6b2dd4e1d052400f0b75547266d08c33..35c67b42fa821650f828550de3c5d85c07d0c574 100644
--- a/components/sync/core/attachments/attachment_downloader.h
+++ b/components/sync/core/attachments/attachment_downloader.h
@@ -11,7 +11,6 @@
#include "base/callback.h"
#include "components/sync/api/attachments/attachment.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "google_apis/gaia/oauth2_token_service_request.h"
namespace net {
@@ -21,7 +20,7 @@ class URLRequestContextGetter;
namespace syncer {
// AttachmentDownloader is responsible for downloading attachments from server.
-class SYNC_EXPORT AttachmentDownloader {
+class AttachmentDownloader {
public:
// The result of a DownloadAttachment operation.
enum DownloadResult {
« no previous file with comments | « components/sync/core/activation_context.h ('k') | components/sync/core/attachments/attachment_downloader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698