| Index: third_party/tcmalloc/chromium/src/tests/thread_dealloc_unittest.cc
|
| diff --git a/third_party/tcmalloc/chromium/src/tests/thread_dealloc_unittest.cc b/third_party/tcmalloc/chromium/src/tests/thread_dealloc_unittest.cc
|
| index 32923e168fe3d2a8e3636f60141789d16fa2bb1c..e6fd9b3ed76e67c95d2f076f512aa004f51b2e65 100644
|
| --- a/third_party/tcmalloc/chromium/src/tests/thread_dealloc_unittest.cc
|
| +++ b/third_party/tcmalloc/chromium/src/tests/thread_dealloc_unittest.cc
|
| @@ -38,7 +38,7 @@
|
| #include <unistd.h> // for sleep()
|
| #endif
|
| #include "base/logging.h"
|
| -#include <google/malloc_extension.h>
|
| +#include <gperftools/malloc_extension.h>
|
| #include "tests/testutil.h" // for RunThread()
|
|
|
| // Size/number of objects to allocate per thread (1 MB per thread)
|
|
|