| Index: base/trace_event/memory_dump_provider.h
|
| diff --git a/base/trace_event/memory_dump_provider.h b/base/trace_event/memory_dump_provider.h
|
| index 79ab7934866a5bce8b7a26cf95fb962325b0920d..f4db01a363e3ef586766661f95d8e5c009556d74 100644
|
| --- a/base/trace_event/memory_dump_provider.h
|
| +++ b/base/trace_event/memory_dump_provider.h
|
| @@ -56,7 +56,7 @@ class BASE_EXPORT MemoryDumpProvider {
|
|
|
| // Called by the MemoryDumpManager when an allocator should start or stop
|
| // collecting extensive allocation data, if supported.
|
| - virtual void OnHeapProfilingEnabled(bool enabled) {}
|
| + virtual void OnHeapProfilingEnabled(bool) {}
|
|
|
| protected:
|
| MemoryDumpProvider() {}
|
|
|