| Index: third_party/tcmalloc/chromium/src/google/heap-checker.h
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/google/heap-checker.h (revision 88335)
|
| +++ third_party/tcmalloc/chromium/src/google/heap-checker.h (working copy)
|
| @@ -136,7 +136,7 @@
|
| bool NoLeaks() { return DoNoLeaks(DO_NOT_SYMBOLIZE); }
|
|
|
| // These forms are obsolete; use NoLeaks() instead.
|
| - // TODO(csilvers): mark with ATTRIBUTE_DEPRECATED.
|
| + // TODO(csilvers): mark as DEPRECATED.
|
| bool QuickNoLeaks() { return NoLeaks(); }
|
| bool BriefNoLeaks() { return NoLeaks(); }
|
| bool SameHeap() { return NoLeaks(); }
|
|
|