| Index: third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc
|
| diff --git a/third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc b/third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc
|
| index 3e577654b4467162df3bd02e3d00732dd87eb7b3..58fef7ea2b578f3ef5eb99726d40c0dcc9f1c263 100644
|
| --- a/third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc
|
| +++ b/third_party/tcmalloc/vendor/src/tests/malloc_extension_test.cc
|
| @@ -36,8 +36,8 @@
|
| #include <stdio.h>
|
| #include <sys/types.h>
|
| #include "base/logging.h"
|
| -#include <google/malloc_extension.h>
|
| -#include <google/malloc_extension_c.h>
|
| +#include <gperftools/malloc_extension.h>
|
| +#include <gperftools/malloc_extension_c.h>
|
|
|
| using STL_NAMESPACE::vector;
|
|
|
|
|