Index: third_party/tcmalloc/vendor/src/gperftools/malloc_hook.h |
diff --git a/third_party/tcmalloc/vendor/src/google/malloc_hook.h b/third_party/tcmalloc/vendor/src/gperftools/malloc_hook.h |
similarity index 99% |
copy from third_party/tcmalloc/vendor/src/google/malloc_hook.h |
copy to third_party/tcmalloc/vendor/src/gperftools/malloc_hook.h |
index 245d0e16fd5ce083a463f6edc1b9197376e3a742..b99c047cd5d662c33dd121aac6157d6c5177582c 100644 |
--- a/third_party/tcmalloc/vendor/src/google/malloc_hook.h |
+++ b/third_party/tcmalloc/vendor/src/gperftools/malloc_hook.h |
@@ -69,7 +69,7 @@ |
#include <stddef.h> |
#include <sys/types.h> |
extern "C" { |
-#include <google/malloc_hook_c.h> // a C version of the malloc_hook interface |
+#include <gperftools/malloc_hook_c.h> // a C version of the malloc_hook interface |
} |
// Annoying stuff for windows -- makes sure clients can import these functions |