Chromium Code Reviews| Index: chrome/common/mach_ipc_mac.h |
| diff --git a/chrome/common/mach_ipc_mac.h b/chrome/common/mach_ipc_mac.h |
| index 42b9c65ae3906273cb94767edb39be9091c921b1..99ea378b9486bb691c1c1f4c3a87b273d0ac4b08 100644 |
| --- a/chrome/common/mach_ipc_mac.h |
| +++ b/chrome/common/mach_ipc_mac.h |
| @@ -86,7 +86,7 @@ class MachMsgPortDescriptor : public mach_msg_port_descriptor_t { |
| } |
| // For passing send rights to a port |
| - MachMsgPortDescriptor(mach_port_t in_name) { |
| + explicit MachMsgPortDescriptor(mach_port_t in_name) { |
|
Mark Mentovai
2010/01/11 20:22:46
Good catch.
|
| name = in_name; |
| pad1 = 0; |
| pad2 = 0; |