Chromium Code Reviews| Index: base/allocator/allocator_shim.cc |
| =================================================================== |
| --- base/allocator/allocator_shim.cc (revision 166565) |
| +++ base/allocator/allocator_shim.cc (working copy) |
| @@ -56,7 +56,7 @@ |
| // We include tcmalloc and the win_allocator to get as much inlining as |
| // possible. |
| -#include "debugallocation_shim.cc" |
| +#include "tcmalloc.cc" |
| #include "win_allocator.cc" |
| // Forward declarations from jemalloc. |