| Index: base/trace_event/process_memory_dump.h
|
| diff --git a/base/trace_event/process_memory_dump.h b/base/trace_event/process_memory_dump.h
|
| index e2503c5abe5ace62e39cafdb7f7fbc6576eeab77..a2f39d4c2e442699a019866bb91e7e8253ee2973 100644
|
| --- a/base/trace_event/process_memory_dump.h
|
| +++ b/base/trace_event/process_memory_dump.h
|
| @@ -63,7 +63,7 @@ class BASE_EXPORT ProcessMemoryDump {
|
| static size_t CountResidentBytes(void* start_address, size_t mapped_size);
|
| #endif
|
|
|
| - ProcessMemoryDump(const scoped_refptr<MemoryDumpSessionState>& session_state);
|
| + ProcessMemoryDump(scoped_refptr<MemoryDumpSessionState> session_state);
|
| ~ProcessMemoryDump();
|
|
|
| // Creates a new MemoryAllocatorDump with the given name and returns the
|
|
|