| Index: third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
|
| diff --git a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
|
| index 13aa65c6050325d564c59abcad589b690ab5c976..bd3b1e225677c1fc897b79686153ce9957000bf2 100644
|
| --- a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
|
| +++ b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
|
| @@ -175,8 +175,8 @@ WebProcessMemoryDump::CreateDiscardableMemoryAllocatorDump(
|
| }
|
|
|
| void WebProcessMemoryDump::DumpHeapUsage(
|
| - const base::hash_map<base::trace_event::AllocationContext,
|
| - base::trace_event::AllocationMetrics>&
|
| + const std::unordered_map<base::trace_event::AllocationContext,
|
| + base::trace_event::AllocationMetrics>&
|
| metrics_by_context,
|
| base::trace_event::TraceEventMemoryOverhead& overhead,
|
| const char* allocator_name) {
|
|
|