summaryrefslogtreecommitdiffstats
path: root/base/debug/profiler.cc
diff options
context:
space:
mode:
authordmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-10 10:07:19 +0000
committerdmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-10 10:07:19 +0000
commitab100318a067963f3dcadd2d4343a60f5c1526ca (patch)
tree513594a03877d9f72e91f68564ac4ec9aee01328 /base/debug/profiler.cc
parent481fd5c06b22904869d3d306430958cbf3575438 (diff)
downloadchromium_src-ab100318a067963f3dcadd2d4343a60f5c1526ca.zip
chromium_src-ab100318a067963f3dcadd2d4343a60f5c1526ca.tar.gz
chromium_src-ab100318a067963f3dcadd2d4343a60f5c1526ca.tar.bz2
Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).
This change will be reverted soon. BUG=114302 TEST=run all existing tests. Review URL: https://chromiumcodereview.appspot.com/9666033 TBR=dmikurube@chromium.org Review URL: https://chromiumcodereview.appspot.com/9667026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug/profiler.cc')
-rw-r--r--base/debug/profiler.cc2
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 {