| Index: base/debug/thread_heap_usage_tracker.h
|
| diff --git a/base/debug/thread_heap_usage_tracker.h b/base/debug/thread_heap_usage_tracker.h
|
| index 508a0a3973cf210626a543378e6fb77a11afe2bf..7d19b18c687e9088fb35d501ebece304cd0a44c2 100644
|
| --- a/base/debug/thread_heap_usage_tracker.h
|
| +++ b/base/debug/thread_heap_usage_tracker.h
|
| @@ -82,7 +82,7 @@ class BASE_EXPORT ThreadHeapUsageTracker {
|
| static ThreadHeapUsage GetUsageSnapshot();
|
|
|
| // Enables the heap intercept. May only be called once, and only if the heap
|
| - // shim is available, e.g. if BUILDFLAG(USE_EXPERIMENTAL_ALLOCATOR_SHIM) is
|
| + // shim is available, e.g. if BUILDFLAG(USE_ALLOCATOR_SHIM) is
|
| // true.
|
| static void EnableHeapTracking();
|
|
|
|
|