Index: content/browser/dom_storage/dom_storage_context_impl.cc |
diff --git a/content/browser/dom_storage/dom_storage_context_impl.cc b/content/browser/dom_storage/dom_storage_context_impl.cc |
index 425c45bee84d8e30482cc70c5028bfd75d7f425a..74e499fda59955a1c78e96f24eae94e35091c70f 100644 |
--- a/content/browser/dom_storage/dom_storage_context_impl.cc |
+++ b/content/browser/dom_storage/dom_storage_context_impl.cc |
@@ -498,7 +498,7 @@ bool DOMStorageContextImpl::OnMemoryDump( |
base::trace_event::MemoryDumpLevelOfDetail::BACKGROUND) { |
DOMStorageNamespace::UsageStatistics total_stats = |
GetTotalNamespaceStatistics(namespaces_); |
- auto mad = pmd->CreateAllocatorDump( |
+ auto* mad = pmd->CreateAllocatorDump( |
base::StringPrintf("dom_storage/0x%" PRIXPTR "/cache_size", |
reinterpret_cast<uintptr_t>(this))); |
mad->AddScalar(base::trace_event::MemoryAllocatorDump::kNameSize, |