summaryrefslogtreecommitdiffstats
path: root/webkit/extensions/v8
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/extensions/v8')
-rw-r--r--webkit/extensions/v8/heap_profiler_extension.cc2
-rw-r--r--webkit/extensions/v8/profiler_extension.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/extensions/v8/heap_profiler_extension.cc b/webkit/extensions/v8/heap_profiler_extension.cc
index 4f36df6..17f9110 100644
--- a/webkit/extensions/v8/heap_profiler_extension.cc
+++ b/webkit/extensions/v8/heap_profiler_extension.cc
@@ -8,7 +8,7 @@
#include "v8/include/v8.h"
#if defined(USE_TCMALLOC) && !defined(OS_WIN)
-#include "third_party/tcmalloc/chromium/src/google/heap-profiler.h"
+#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
#endif
namespace extensions_v8 {
diff --git a/webkit/extensions/v8/profiler_extension.cc b/webkit/extensions/v8/profiler_extension.cc
index 18ff280..3ffc205 100644
--- a/webkit/extensions/v8/profiler_extension.cc
+++ b/webkit/extensions/v8/profiler_extension.cc
@@ -8,7 +8,7 @@
#include "v8/include/v8.h"
#if defined(USE_TCMALLOC) && defined(OS_POSIX) && !defined(OS_MACOSX)
-#include "third_party/tcmalloc/chromium/src/google/profiler.h"
+#include "third_party/tcmalloc/chromium/src/gperftools/profiler.h"
#endif
const char kProfilerExtensionName[] = "v8/Profiler";