Chromium Code Reviews| Index: base/debug/profiler.cc |
| diff --git a/base/debug/profiler.cc b/base/debug/profiler.cc |
| index 41950575f93d71bc947e164989a66f1b0f52e661..e1f2514ab1936ef7c78bc88a7d700d313b7a3418 100644 |
| --- a/base/debug/profiler.cc |
| +++ b/base/debug/profiler.cc |
| @@ -15,7 +15,7 @@ |
| #endif // defined(OS_WIN) |
| #if defined(ENABLE_PROFILING) && !defined(NO_TCMALLOC) |
| -#include "third_party/tcmalloc/chromium/src/google/profiler.h" |
| +#include "third_party/tcmalloc/chromium/src/gperftools/profiler.h" |
| #endif |
| namespace base { |