Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: components/metrics/leak_detector/leak_detector_impl.h

Issue 1869063004: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
« no previous file with comments | « components/metrics/leak_detector/leak_detector.cc ('k') | components/metrics/leak_detector/leak_detector_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698