| Index: content/browser/zygote_host_impl_linux.cc
|
| diff --git a/content/browser/zygote_host_impl_linux.cc b/content/browser/zygote_host_impl_linux.cc
|
| index 7be97ed473fc3fc95466636574d2cdc64ee5f698..519fa12299b3fdcf3af1c959c089f2df66c53412 100644
|
| --- a/content/browser/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host_impl_linux.cc
|
| @@ -33,7 +33,7 @@
|
| #include "sandbox/linux/suid/suid_unsafe_environment_variables.h"
|
|
|
| #if defined(USE_TCMALLOC)
|
| -#include "third_party/tcmalloc/chromium/src/google/heap-profiler.h"
|
| +#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
|
| #endif
|
|
|
| static void SaveSUIDUnsafeEnvironmentVariables() {
|
|
|