| 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 b2d9380b362c08ee5d86217b9d57b08c6658a6f5..60b7491e1c0d2580ca48dc81151f977c58103bf9 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() {
|
|
|