Index: ipc/attachment_broker.cc |
diff --git a/ipc/attachment_broker.cc b/ipc/attachment_broker.cc |
index b35c397607b7acf5f9a827d21f499ff4153aa4bd..45fe1204681395aefc7218e8475dcdfbd784b2e4 100644 |
--- a/ipc/attachment_broker.cc |
+++ b/ipc/attachment_broker.cc |
@@ -138,6 +138,8 @@ void AttachmentBroker::NotifyObserver( |
} |
AttachmentBroker::ObserverInfo::ObserverInfo() {} |
+AttachmentBroker::ObserverInfo::ObserverInfo(const ObserverInfo& other) = |
+ default; |
AttachmentBroker::ObserverInfo::~ObserverInfo() {} |
} // namespace IPC |