diff options
Diffstat (limited to 'base/debug/profiler.cc')
-rw-r--r-- | base/debug/profiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/profiler.cc b/base/debug/profiler.cc index e1f2514..4195057 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/gperftools/profiler.h" +#include "third_party/tcmalloc/chromium/src/google/profiler.h" #endif namespace base { |