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

Unified Diff: components/sync/api/attachments/attachment_store_backend.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_store.h ('k') | components/sync/api/conflict_resolution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/attachments/attachment_store_backend.h
diff --git a/components/sync/api/attachments/attachment_store_backend.h b/components/sync/api/attachments/attachment_store_backend.h
index 0aae55b20cc5a424833e574fe6bcf3024382aaae..a014d68f9eab6ebc32facb8d417d870a658284a6 100644
--- a/components/sync/api/attachments/attachment_store_backend.h
+++ b/components/sync/api/attachments/attachment_store_backend.h
@@ -11,7 +11,6 @@
#include "components/sync/api/attachments/attachment.h"
#include "components/sync/api/attachments/attachment_id.h"
#include "components/sync/api/attachments/attachment_store.h"
-#include "components/sync/base/sync_export.h"
namespace base {
class SequencedTaskRunner;
@@ -29,7 +28,7 @@ namespace syncer {
// All callbacks and result codes are used directly from AttachmentStore.
// AttachmentStoreFrontend only passes callbacks and results without modifying
// them, there is no need to declare separate set.
-class SYNC_EXPORT AttachmentStoreBackend {
+class AttachmentStoreBackend {
public:
explicit AttachmentStoreBackend(
const scoped_refptr<base::SequencedTaskRunner>& callback_task_runner);
« no previous file with comments | « components/sync/api/attachments/attachment_store.h ('k') | components/sync/api/conflict_resolution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698