Index: third_party/tcmalloc/chromium/src/memory_region_map.h |
diff --git a/third_party/tcmalloc/chromium/src/memory_region_map.h b/third_party/tcmalloc/chromium/src/memory_region_map.h |
index 988ea707375aed124136fe0bb7db105dbb2952a7..8c13fbceb9f257db16a3f86d29c441d6679d8ad9 100644 |
--- a/third_party/tcmalloc/chromium/src/memory_region_map.h |
+++ b/third_party/tcmalloc/chromium/src/memory_region_map.h |
@@ -328,7 +328,7 @@ class MemoryRegionMap { |
static void MremapHook(const void* result, const void* old_addr, |
size_t old_size, size_t new_size, int flags, |
const void* new_addr); |
- static void SbrkHook(const void* result, ptrdiff_t increment); |
+ static void SbrkHook(const void* result, std::ptrdiff_t increment); |
// Log all memory regions; Useful for debugging only. |
// Assumes Lock() is held |