| Index: base/debug/leak_annotations.h
|
| ===================================================================
|
| --- base/debug/leak_annotations.h (revision 126022)
|
| +++ base/debug/leak_annotations.h (working copy)
|
| @@ -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
|
|
|