| Index: base/debug/leak_annotations.h
|
| diff --git a/base/debug/leak_annotations.h b/base/debug/leak_annotations.h
|
| index 1f8b28a2a68daeb50172422d108f1e8dab13f892..5ebf9d81d37374d2506b2b8f66f3a4cb5fe0b2e2 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/google/heap-checker.h"
|
| +#include "third_party/tcmalloc/chromium/src/gperftools/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
|
|
|