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 1f8b28a..5ebf9d8 100644
--- a/base/debug/leak_annotations.h
+++ b/base/debug/leak_annotations.h
@@ -10,7 +10,7 @@
#if defined(OS_POSIX) && !defined(OS_MACOSX) && defined(USE_HEAPCHECKER)
-#include "third_party/tcmalloc/chromium/src/google/heap-checker.h"
+#include "third_party/tcmalloc/chromium/src/gperftools/heap-checker.h"
// Annotate a program scope as having memory leaks. Tcmalloc's heap leak
// checker will ignore them. Note that these annotations may mask real bugs