| Index: third_party/tcmalloc/chromium/src/profiler.cc
|
| diff --git a/third_party/tcmalloc/chromium/src/profiler.cc b/third_party/tcmalloc/chromium/src/profiler.cc
|
| index 38fbb93a8d502bec5e7751916aed01a8ebe84c6a..dfb6aab52f4a9d7aa0e6e9c9a0a596c24e322efd 100644
|
| --- a/third_party/tcmalloc/chromium/src/profiler.cc
|
| +++ b/third_party/tcmalloc/chromium/src/profiler.cc
|
| @@ -55,8 +55,8 @@ typedef int ucontext_t; // just to quiet the compiler, mostly
|
| #endif
|
| #include <sys/time.h>
|
| #include <string>
|
| -#include <google/profiler.h>
|
| -#include <google/stacktrace.h>
|
| +#include <gperftools/profiler.h>
|
| +#include <gperftools/stacktrace.h>
|
| #include "base/commandlineflags.h"
|
| #include "base/logging.h"
|
| #include "base/googleinit.h"
|
|
|