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

Unified Diff: chrome/browser/memory/tab_stats.cc

Issue 1731483003: chrome: 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, 10 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: chrome/browser/memory/tab_stats.cc
diff --git a/chrome/browser/memory/tab_stats.cc b/chrome/browser/memory/tab_stats.cc
index 2c2346f722b3de0701d52d0268a18a54f70e1911..df81a4e1a3336735a3f5a6ac3c1d36c24c219ab1 100644
--- a/chrome/browser/memory/tab_stats.cc
+++ b/chrome/browser/memory/tab_stats.cc
@@ -25,6 +25,8 @@ TabStats::TabStats()
tab_contents_id(0) {
}
+TabStats::TabStats(const TabStats& other) = default;
+
TabStats::~TabStats() {
}

Powered by Google App Engine
This is Rietveld 408576698