Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: webkit/extensions/v8/heap_profiler_extension.cc

Issue 449016: Point #include lines to the new tcmalloc/chromium local branch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add back webkit\DEPS after fresh restart Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/extensions/v8/heap_profiler_extension.cc
===================================================================
--- webkit/extensions/v8/heap_profiler_extension.cc (revision 33348)
+++ webkit/extensions/v8/heap_profiler_extension.cc (working copy)
@@ -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 {
« no previous file with comments | « webkit/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698