| Index: components/metrics/leak_detector/leak_detector_impl.h
|
| diff --git a/components/metrics/leak_detector/leak_detector_impl.h b/components/metrics/leak_detector/leak_detector_impl.h
|
| index 7c3ec24a54b7519eb8266b7efc0b06e027d3f38a..fafd7b814f4ad61059a1733057d8b7ecd1218cca 100644
|
| --- a/components/metrics/leak_detector/leak_detector_impl.h
|
| +++ b/components/metrics/leak_detector/leak_detector_impl.h
|
| @@ -39,6 +39,7 @@ class LeakDetectorImpl {
|
| class LeakReport {
|
| public:
|
| LeakReport();
|
| + LeakReport(const LeakReport& other);
|
| ~LeakReport();
|
|
|
| size_t alloc_size_bytes() const { return alloc_size_bytes_; }
|
|
|