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

Unified Diff: base/mach_ipc_mac.h

Issue 2762014: Mac: clang build (Closed)
Patch Set: more Created 10 years, 6 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
« no previous file with comments | « base/crypto/signature_creator_mac.cc ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mach_ipc_mac.h
diff --git a/base/mach_ipc_mac.h b/base/mach_ipc_mac.h
index 1e88279e21bba7b2b56bac814081f4a598fa6ea4..13fc5f46a57cc0fcafe8708dcbb17f75ac351b70 100644
--- a/base/mach_ipc_mac.h
+++ b/base/mach_ipc_mac.h
@@ -115,9 +115,10 @@ class MachMsgPortDescriptor : public mach_msg_port_descriptor_t {
// We're just a simple wrapper for mach_msg_port_descriptor_t
// and have the same memory layout
- operator mach_msg_port_descriptor_t&() {
- return *this;
- }
+// FIXME
+ //operator mach_msg_port_descriptor_t&() {
+ //return *this;
+ //}
// For convenience
operator mach_port_t() const {
« no previous file with comments | « base/crypto/signature_creator_mac.cc ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698