| Index: sync/base/sync_export.h
|
| diff --git a/sync/base/sync_export.h b/sync/base/sync_export.h
|
| index a38e8b23a365e01b1bee96c4985e07fa6f28a740..83c65a68396467103882fc5a09e0658020da6597 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)
|
|
|