diff options
Diffstat (limited to 'sync/base/sync_export.h')
-rw-r--r-- | sync/base/sync_export.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sync/base/sync_export.h b/sync/base/sync_export.h index a38e8b2..83c65a6 100644 --- a/sync/base/sync_export.h +++ b/sync/base/sync_export.h @@ -5,8 +5,7 @@ #ifndef SYNC_SYNC_EXPORT_H_ #define SYNC_SYNC_EXPORT_H_ -// TODO(akalin): Remove '0 && ' when sync becomes a component. -#if 0 && defined(COMPONENT_BUILD) +#if defined(COMPONENT_BUILD) #if defined(WIN32) #if defined(SYNC_IMPLEMENTATION) |