diff options
author | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-10 10:07:19 +0000 |
---|---|---|
committer | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-10 10:07:19 +0000 |
commit | ab100318a067963f3dcadd2d4343a60f5c1526ca (patch) | |
tree | 513594a03877d9f72e91f68564ac4ec9aee01328 /base/debug/leak_annotations.h | |
parent | 481fd5c06b22904869d3d306430958cbf3575438 (diff) | |
download | chromium_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/leak_annotations.h')
-rw-r--r-- | base/debug/leak_annotations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/leak_annotations.h b/base/debug/leak_annotations.h index 5ebf9d8..1f8b28a 100644 --- a/base/debug/leak_annotations.h +++ b/base/debug/leak_annotations.h @@ -10,7 +10,7 @@ #if defined(OS_POSIX) && !defined(OS_MACOSX) && defined(USE_HEAPCHECKER) -#include "third_party/tcmalloc/chromium/src/gperftools/heap-checker.h" +#include "third_party/tcmalloc/chromium/src/google/heap-checker.h" // Annotate a program scope as having memory leaks. Tcmalloc's heap leak // checker will ignore them. Note that these annotations may mask real bugs |