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

Unified Diff: util/mach/child_port_server.h

Issue 799463003: MachMessageServer::Interface implementations: minor cleanups (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 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
« no previous file with comments | « util/mach/child_port_handshake.cc ('k') | util/mach/child_port_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/child_port_server.h
diff --git a/util/mach/child_port_server.h b/util/mach/child_port_server.h
index fc83c1508e213ea5991d34a0a6cf54ef7ad39f2f..7c40809c88bf120611a4d6f743d01373355f4b87 100644
--- a/util/mach/child_port_server.h
+++ b/util/mach/child_port_server.h
@@ -17,6 +17,8 @@
#include <mach/mach.h>
+#include <set>
+
#include "base/basictypes.h"
#include "util/mach/child_port_types.h"
#include "util/mach/mach_message_server.h"
@@ -45,7 +47,7 @@ class ChildPortServer : public MachMessageServer::Interface {
mach_port_t port,
mach_msg_type_name_t right_type,
const mach_msg_trailer_t* trailer,
- bool* destroy_complex_request) = 0;
+ bool* destroy_request) = 0;
protected:
~Interface() {}
« no previous file with comments | « util/mach/child_port_handshake.cc ('k') | util/mach/child_port_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698