| Index: components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| diff --git a/components/tracing/child_memory_dump_manager_delegate_impl.cc b/components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| index fe5c952f6a9a91ecf83ce42e81e49b543eb42974..05c2662786ba5017e1bee7400b82f98f4fa613db 100644
|
| --- a/components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| +++ b/components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| @@ -90,7 +90,7 @@ void ChildMemoryDumpManagerDelegateImpl::RequestGlobalMemoryDump(
|
| ctmf_->SendGlobalMemoryDumpRequest(args, callback);
|
| }
|
|
|
| -uint64 ChildMemoryDumpManagerDelegateImpl::GetTracingProcessId() const {
|
| +uint64_t ChildMemoryDumpManagerDelegateImpl::GetTracingProcessId() const {
|
| return tracing_process_id_;
|
| }
|
|
|
|
|