Index: third_party/tcmalloc/chromium/src/deep-heap-profile.h |
diff --git a/third_party/tcmalloc/chromium/src/deep-heap-profile.h b/third_party/tcmalloc/chromium/src/deep-heap-profile.h |
index be213b26c8f110ae35a04c79600041ebb01fc8d0..cc2b42578e922aa149815d502ade10af32965eb5 100644 |
--- a/third_party/tcmalloc/chromium/src/deep-heap-profile.h |
+++ b/third_party/tcmalloc/chromium/src/deep-heap-profile.h |
@@ -199,6 +199,7 @@ class DeepHeapProfile { |
// Write re-formatted /proc/self/maps into a file which has |filename_prefix| |
// with using |buffer| of size |buffer_size|. |
static void WriteMapsToFile(const char* filename_prefix, |
+ unsigned count, |
int buffer_size, |
char buffer[]); |