Index: components/metrics/leak_detector/leak_detector_impl.cc |
diff --git a/components/metrics/leak_detector/leak_detector_impl.cc b/components/metrics/leak_detector/leak_detector_impl.cc |
index edde53b3cac77051d3b4d8953e00b29cea890397..e174cc20cc855ca017a261fbf1c3f70e95ea0d58 100644 |
--- a/components/metrics/leak_detector/leak_detector_impl.cc |
+++ b/components/metrics/leak_detector/leak_detector_impl.cc |
@@ -60,6 +60,8 @@ size_t IndexToSize(size_t index) { |
LeakDetectorImpl::LeakReport::LeakReport() : alloc_size_bytes_(0) {} |
+LeakDetectorImpl::LeakReport::LeakReport(const LeakReport& other) = default; |
+ |
LeakDetectorImpl::LeakReport::~LeakReport() {} |
bool LeakDetectorImpl::LeakReport::operator<(const LeakReport& other) const { |