Chromium Code Reviews| Index: third_party/tcmalloc/vendor/src/libc_override.h |
| =================================================================== |
| --- third_party/tcmalloc/vendor/src/libc_override.h (revision 126727) |
| +++ third_party/tcmalloc/vendor/src/libc_override.h (working copy) |
| @@ -55,7 +55,7 @@ |
| #ifdef HAVE_FEATURES_H |
| #include <features.h> // for __GLIBC__ |
| #endif |
| -#include <gperftools/tcmalloc.h> |
| +#include <google/tcmalloc.h> |
| static void ReplaceSystemAlloc(); // defined in the .h files below |