Index: components/sync/api/sync_merge_result.h |
diff --git a/components/sync/api/sync_merge_result.h b/components/sync/api/sync_merge_result.h |
index 8a0e2db13e21b4f496ccc24377b6c1fe9243e9dc..46302176f097a967f7ac3c371e72f370d6019627 100644 |
--- a/components/sync/api/sync_merge_result.h |
+++ b/components/sync/api/sync_merge_result.h |
@@ -9,7 +9,6 @@ |
#include "components/sync/api/sync_error.h" |
#include "components/sync/base/model_type.h" |
-#include "components/sync/base/sync_export.h" |
namespace syncer { |
@@ -20,7 +19,7 @@ namespace syncer { |
// by the local SyncableService, all values correspond to the local state before |
// and after merging, and the delta's applied to that state. Sync's change |
// processor will create a separate merge result. |
-class SYNC_EXPORT SyncMergeResult { |
+class SyncMergeResult { |
public: |
// Initialize an empty merge result for model type |type|. |
explicit SyncMergeResult(ModelType type); |