| Index: base/trace_event/memory_allocator_dump_unittest.cc
|
| diff --git a/base/trace_event/memory_allocator_dump_unittest.cc b/base/trace_event/memory_allocator_dump_unittest.cc
|
| index 359f081154e5a23a091385fede02df7f511b189e..4b87a76b596a78baaa6f4c6ac358ad90bdcd880c 100644
|
| --- a/base/trace_event/memory_allocator_dump_unittest.cc
|
| +++ b/base/trace_event/memory_allocator_dump_unittest.cc
|
| @@ -129,8 +129,8 @@ TEST(MemoryAllocatorDumpTest, GuidGeneration) {
|
|
|
| TEST(MemoryAllocatorDumpTest, DumpIntoProcessMemoryDump) {
|
| FakeMemoryAllocatorDumpProvider fmadp;
|
| - ProcessMemoryDump pmd(new MemoryDumpSessionState);
|
| MemoryDumpArgs dump_args = {MemoryDumpLevelOfDetail::DETAILED};
|
| + ProcessMemoryDump pmd(new MemoryDumpSessionState, dump_args.level_of_detail);
|
|
|
| fmadp.OnMemoryDump(dump_args, &pmd);
|
|
|
|
|