Index: third_party/tcmalloc/chromium/src/heap-profile-table.cc |
diff --git a/third_party/tcmalloc/chromium/src/heap-profile-table.cc b/third_party/tcmalloc/chromium/src/heap-profile-table.cc |
index bffd6c1ab395da5d8e6a6cf5d89186b0e485bd09..7eac06241dc7b4e4e08a47b5bcc9605d889b002c 100644 |
--- a/third_party/tcmalloc/chromium/src/heap-profile-table.cc |
+++ b/third_party/tcmalloc/chromium/src/heap-profile-table.cc |
@@ -59,6 +59,7 @@ |
#include "heap-profile-table.h" |
#include "base/logging.h" |
+#include "deep-heap-profile.h" |
Alexander Potapenko
2011/12/20 13:57:23
Do you need to include deep-heap-profile.h here?
Dai Mikurube (NOT FULLTIME)
2011/12/21 09:13:49
Thanks, and removed. I forgot to remove it after
|
#include "memory_region_map.h" |
#include "raw_printer.h" |
#include "symbolize.h" |