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

Unified Diff: components/sync/api/attachments/attachment.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/android/sync_jni_registrar.h ('k') | components/sync/api/attachments/attachment_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/attachments/attachment.h
diff --git a/components/sync/api/attachments/attachment.h b/components/sync/api/attachments/attachment.h
index 972babbb33d10c490be02220afe1845886e971ce..57d99b36f5819f859f4a698769f0b238f30806ac 100644
--- a/components/sync/api/attachments/attachment.h
+++ b/components/sync/api/attachments/attachment.h
@@ -14,7 +14,6 @@
#include "base/memory/ref_counted.h"
#include "base/memory/ref_counted_memory.h"
#include "components/sync/api/attachments/attachment_id.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -24,7 +23,7 @@ namespace syncer {
// the data they wrap is immutable.
//
// It is cheap to copy Attachments. Feel free to store and return by value.
-class SYNC_EXPORT Attachment {
+class Attachment {
public:
Attachment(const Attachment& other);
~Attachment();
« no previous file with comments | « components/sync/android/sync_jni_registrar.h ('k') | components/sync/api/attachments/attachment_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698