Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: third_party/tcmalloc/vendor/src/gperftools/malloc_hook.h

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698