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. |