summaryrefslogtreecommitdiffstats
path: root/base/debug/leak_annotations.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/leak_annotations.h')
-rw-r--r--base/debug/leak_annotations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/leak_annotations.h b/base/debug/leak_annotations.h
index cb03320..1f8b28a 100644
--- a/base/debug/leak_annotations.h
+++ b/base/debug/leak_annotations.h
@@ -8,7 +8,7 @@
#include "build/build_config.h"
-#if defined(OS_LINUX) && defined(USE_HEAPCHECKER)
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && defined(USE_HEAPCHECKER)
#include "third_party/tcmalloc/chromium/src/google/heap-checker.h"