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

Unified Diff: components/sync/core/non_blocking_sync_common.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/core/network_resources.h ('k') | components/sync/core/processor_entity_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/non_blocking_sync_common.h
diff --git a/components/sync/core/non_blocking_sync_common.h b/components/sync/core/non_blocking_sync_common.h
index 5f3c09c596da0b422cb98254a06fd41c9d965d16..6b8b7920b2540d1a95fadb6f24d7137112f3263a 100644
--- a/components/sync/core/non_blocking_sync_common.h
+++ b/components/sync/core/non_blocking_sync_common.h
@@ -12,14 +12,13 @@
#include "base/time/time.h"
#include "components/sync/api/entity_data.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/sync.pb.h"
namespace syncer_v2 {
static const int64_t kUncommittedVersion = -1;
-struct SYNC_EXPORT CommitRequestData {
+struct CommitRequestData {
CommitRequestData();
CommitRequestData(const CommitRequestData& other);
~CommitRequestData();
@@ -34,7 +33,7 @@ struct SYNC_EXPORT CommitRequestData {
std::string specifics_hash;
};
-struct SYNC_EXPORT CommitResponseData {
+struct CommitResponseData {
CommitResponseData();
CommitResponseData(const CommitResponseData& other);
~CommitResponseData();
@@ -46,7 +45,7 @@ struct SYNC_EXPORT CommitResponseData {
std::string specifics_hash;
};
-struct SYNC_EXPORT UpdateResponseData {
+struct UpdateResponseData {
UpdateResponseData();
UpdateResponseData(const UpdateResponseData& other);
~UpdateResponseData();
« no previous file with comments | « components/sync/core/network_resources.h ('k') | components/sync/core/processor_entity_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698