summaryrefslogtreecommitdiffstats
path: root/webkit/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/extensions')
-rw-r--r--webkit/extensions/v8/heap_profiler_extension.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/extensions/v8/heap_profiler_extension.cc b/webkit/extensions/v8/heap_profiler_extension.cc
index 058a5c2..e52c8a6 100644
--- a/webkit/extensions/v8/heap_profiler_extension.cc
+++ b/webkit/extensions/v8/heap_profiler_extension.cc
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#if defined(LINUX_USE_TCMALLOC)
-#include "third_party/tcmalloc/tcmalloc/src/google/heap-profiler.h"
+#include "third_party/tcmalloc/chromium/src/google/heap-profiler.h"
#endif
namespace extensions_v8 {