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

Unified Diff: util/test/mac/mach_multiprocess.cc

Issue 577293002: Use task_t, thread_t, and exception_handler_t uniformly (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 months 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
« util/mach/mach_message_server.cc ('K') | « util/test/mac/mach_multiprocess.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/mac/mach_multiprocess.cc
diff --git a/util/test/mac/mach_multiprocess.cc b/util/test/mac/mach_multiprocess.cc
index f41024e52861ca5f98adeccb33d9d8ec94622210..10fe15de3c7e625a9600d6546e6288abdc570167 100644
--- a/util/test/mac/mach_multiprocess.cc
+++ b/util/test/mac/mach_multiprocess.cc
@@ -115,7 +115,7 @@ mach_port_t MachMultiprocess::RemotePort() const {
return info_->remote_port;
}
-mach_port_t MachMultiprocess::ChildTask() const {
+task_t MachMultiprocess::ChildTask() const {
EXPECT_NE(kMachPortNull, info_->child_task);
return info_->child_task;
}
« util/mach/mach_message_server.cc ('K') | « util/test/mac/mach_multiprocess.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698