Index: chrome/common/mach_ipc_mac.h |
=================================================================== |
--- chrome/common/mach_ipc_mac.h (revision 35019) |
+++ chrome/common/mach_ipc_mac.h (working copy) |
@@ -167,9 +167,8 @@ |
bool AddDescriptor(const MachMsgPortDescriptor &desc); |
int GetDescriptorCount() const { |
- return storage_->body.msgh_descriptor_count; |
- } |
- |
+ return storage_->body.msgh_descriptor_count; |
+ } |
MachMsgPortDescriptor *GetDescriptor(int n); |
// Convenience method which gets the mach port described by the descriptor |