Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: components/tracing/child_memory_dump_manager_delegate_impl.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}
« no previous file with comments | « components/tracing/child_memory_dump_manager_delegate_impl.h ('k') | components/tracing/child_trace_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698