Index: components/device_event_log/device_event_log_impl.cc |
diff --git a/components/device_event_log/device_event_log_impl.cc b/components/device_event_log/device_event_log_impl.cc |
index 37b89b28025549b51834f4d2b202def2233f6edf..7dad5b3a769ea37970a2d899d566d9db6023d2a1 100644 |
--- a/components/device_event_log/device_event_log_impl.cc |
+++ b/components/device_event_log/device_event_log_impl.cc |
@@ -399,4 +399,6 @@ DeviceEventLogImpl::LogEntry::LogEntry(const char* filedesc, |
} |
} |
+DeviceEventLogImpl::LogEntry::LogEntry(const LogEntry& other) = default; |
+ |
} // namespace device_event_log |