summaryrefslogtreecommitdiff
path: root/chromium/components/discardable_memory/common/discardable_shared_memory_heap_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/discardable_memory/common/discardable_shared_memory_heap_unittest.cc')
-rw-r--r--chromium/components/discardable_memory/common/discardable_shared_memory_heap_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/discardable_memory/common/discardable_shared_memory_heap_unittest.cc b/chromium/components/discardable_memory/common/discardable_shared_memory_heap_unittest.cc
index 117cb9b5b72..663d6cb0b64 100644
--- a/chromium/components/discardable_memory/common/discardable_shared_memory_heap_unittest.cc
+++ b/chromium/components/discardable_memory/common/discardable_shared_memory_heap_unittest.cc
@@ -319,7 +319,7 @@ TEST(DiscardableSharedMemoryHeapTest, CreateMemoryAllocatorDumpTest) {
// Check if allocator dump is created when span exists.
std::unique_ptr<base::trace_event::ProcessMemoryDump> pmd(
new base::trace_event::ProcessMemoryDump(
- nullptr, {base::trace_event::MemoryDumpLevelOfDetail::DETAILED}));
+ {base::trace_event::MemoryDumpLevelOfDetail::DETAILED}));
EXPECT_TRUE(heap.CreateMemoryAllocatorDump(span.get(), "discardable/test1",
pmd.get()));