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

Unified Diff: components/sync/api/conflict_resolution.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_backend.h ('k') | components/sync/api/data_batch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/conflict_resolution.h
diff --git a/components/sync/api/conflict_resolution.h b/components/sync/api/conflict_resolution.h
index 592fb5441d9ef33832473f94289fde85501edd9c..542910f5ab0d1f31e214947c97169047d25c9e58 100644
--- a/components/sync/api/conflict_resolution.h
+++ b/components/sync/api/conflict_resolution.h
@@ -15,7 +15,7 @@ namespace syncer_v2 {
// 1) Use the local client data and update the server.
// 2) Use the remote server data and update the client.
// 3) Use newly created data and update both.
-class SYNC_EXPORT ConflictResolution {
+class ConflictResolution {
public:
// This enum is used in histograms.xml and entries shouldn't be renumbered or
// removed. New entries must be added at the end, before TYPE_SIZE.
« no previous file with comments | « components/sync/api/attachments/attachment_store_backend.h ('k') | components/sync/api/data_batch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698