Index: sync/internal_api/public/util/syncer_error.h |
diff --git a/sync/internal_api/public/util/syncer_error.h b/sync/internal_api/public/util/syncer_error.h |
index 9a9219fd29e62c8789a7df873036ecfd3e9fac2c..9ed8e312e9b3dfe5c014200a185d53659c60f327 100644 |
--- a/sync/internal_api/public/util/syncer_error.h |
+++ b/sync/internal_api/public/util/syncer_error.h |
@@ -10,7 +10,7 @@ |
namespace syncer { |
// This enum describes all the possible results of a sync cycle. |
-enum SYNC_EXPORT_PRIVATE SyncerError { |
+enum SyncerError { |
UNSET = 0, // Default value. |
CANNOT_DO_WORK, // A model worker could not process a work item. |