Index: base/at_exit.cc |
diff --git a/base/at_exit.cc b/base/at_exit.cc |
index c7daad40f8e536c82878f15219e3769cd3d7ae9d..cafe75be7f4416ce88b4d6cfd2ae0b256a7695a9 100644 |
--- a/base/at_exit.cc |
+++ b/base/at_exit.cc |
@@ -22,7 +22,7 @@ static AtExitManager* g_top_manager = NULL; |
AtExitManager::AtExitManager() : next_manager_(g_top_manager) { |
// If multiple modules instantiate AtExitManagers they'll end up living in this |
// module... they have to coexist. |
-#if !defined(COMPONENT_BUILD) |
+#if !defined(BASE_DLL) |
DCHECK(!g_top_manager); |
#endif |
g_top_manager = this; |