Index: ipc/attachment_broker.cc |
diff --git a/ipc/attachment_broker.cc b/ipc/attachment_broker.cc |
index ba1a6cb4eff5237b3d6374720e360b9fc3da7192..d708602e45dbec21119946ca06ccac2467e59fc1 100644 |
--- a/ipc/attachment_broker.cc |
+++ b/ipc/attachment_broker.cc |
@@ -25,12 +25,7 @@ AttachmentBroker* AttachmentBroker::GetGlobal() { |
return g_attachment_broker; |
} |
-#if defined(OS_MACOSX) && !defined(OS_IOS) |
-AttachmentBroker::AttachmentBroker() : port_provider_(nullptr) {} |
-#else |
AttachmentBroker::AttachmentBroker() {} |
-#endif // defined(OS_MACOSX) && !defined(OS_IOS) |
- |
AttachmentBroker::~AttachmentBroker() {} |
bool AttachmentBroker::GetAttachmentWithId( |