| Index: ipc/brokerable_attachment.cc
|
| diff --git a/ipc/brokerable_attachment.cc b/ipc/brokerable_attachment.cc
|
| index 5caed2842a48ae666829e54dbd4c5a88491fdc1a..764f2b20a4fa3879241e6b7a3d4582056b8f79bc 100644
|
| --- a/ipc/brokerable_attachment.cc
|
| +++ b/ipc/brokerable_attachment.cc
|
| @@ -24,6 +24,9 @@ BrokerableAttachment::AttachmentId GetRandomId() {
|
| BrokerableAttachment::BrokerableAttachment() : id_(GetRandomId()) {
|
| }
|
|
|
| +BrokerableAttachment::BrokerableAttachment(const AttachmentId& id) : id_(id) {
|
| +}
|
| +
|
| BrokerableAttachment::~BrokerableAttachment() {
|
| }
|
|
|
|
|