| 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 7a1818de626ebfecd3ae26801c234033515a5fd3..b29f4af747daf3b1e19502c2b14f395e94c6d273 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() {
|
|
|