| Index: content/common/content_export.h
|
| diff --git a/content/common/content_export.h b/content/common/content_export.h
|
| index fc91b72cf995baace308975fcb21371459ea0858..b39cdd5a1a16a9f49cbf6dd9ecead5bd9cb42454 100644
|
| --- a/content/common/content_export.h
|
| +++ b/content/common/content_export.h
|
| @@ -6,7 +6,7 @@
|
| #define CONTENT_COMMON_CONTENT_EXPORT_H_
|
| #pragma once
|
|
|
| -#if 0 // TODO(dpranke): Uncomment: defined(COMPONENT_BUILD).
|
| +#if defined(COMPONENT_BUILD) && !defined(COMPILE_CONTENT_STATICALLY)
|
| #if defined(WIN32)
|
|
|
| #if defined(CONTENT_IMPLEMENTATION)
|
|
|