Index: base/allocator/allocator_shim.cc |
diff --git a/base/allocator/allocator_shim.cc b/base/allocator/allocator_shim.cc |
index bcc84aac984b25ffad8a97e7e3c52a2cdd42cc0a..5acc53339dba6cad5284631d60852eb76bbfadc2 100644 |
--- a/base/allocator/allocator_shim.cc |
+++ b/base/allocator/allocator_shim.cc |
@@ -56,7 +56,7 @@ static const char secondary_name[] = "CHROME_ALLOCATOR_2"; |
// We include tcmalloc and the win_allocator to get as much inlining as |
// possible. |
-#include "tcmalloc.cc" |
+#include "debugallocation_shim.cc" |
#include "win_allocator.cc" |
// Forward declarations from jemalloc. |