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

Unified Diff: components/history/core/browser/download_row.cc

Issue 1728033002: 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, 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: components/history/core/browser/download_row.cc
diff --git a/components/history/core/browser/download_row.cc b/components/history/core/browser/download_row.cc
index 4e77fb66a4481700f1645eff978b0a624f1a5573..1c97d60277777c62311276a1aebbcd3792331e7c 100644
--- a/components/history/core/browser/download_row.cc
+++ b/components/history/core/browser/download_row.cc
@@ -58,6 +58,8 @@ DownloadRow::DownloadRow(const base::FilePath& current_path,
by_ext_id(ext_id),
by_ext_name(ext_name) {}
+DownloadRow::DownloadRow(const DownloadRow& other) = default;
+
DownloadRow::~DownloadRow() {
}

Powered by Google App Engine
This is Rietveld 408576698