Index: components/metrics/leak_detector/leak_detector.cc |
diff --git a/components/metrics/leak_detector/leak_detector.cc b/components/metrics/leak_detector/leak_detector.cc |
index d1ae9c49527eeac10467719144157374895e09d4..a7151a86382990e1313982dc2be1c41bfd2d287b 100644 |
--- a/components/metrics/leak_detector/leak_detector.cc |
+++ b/components/metrics/leak_detector/leak_detector.cc |
@@ -155,6 +155,8 @@ inline void StoreHookDataToTLS(HookData hook_data) { |
LeakDetector::LeakReport::LeakReport() {} |
+LeakDetector::LeakReport::LeakReport(const LeakReport& other) = default; |
+ |
LeakDetector::LeakReport::~LeakReport() {} |
// static |