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

Unified Diff: base/debug/profiler.cc

Issue 9311003: Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased. Created 8 years, 10 months 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
Index: base/debug/profiler.cc
diff --git a/base/debug/profiler.cc b/base/debug/profiler.cc
index be442cf1fd66fc981ebd352bc6601c7b1a7a4fa0..dc86b122d4b5979285cc6446feb70fd90f816b47 100644
--- a/base/debug/profiler.cc
+++ b/base/debug/profiler.cc
@@ -11,7 +11,7 @@
#include "base/stringprintf.h"
#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 {

Powered by Google App Engine
This is Rietveld 408576698